]> git.ozlabs.org Git - ppp.git/blobdiff - freebsd-2.0/Makefile.top
Putting remaining PPP files under version control
[ppp.git] / freebsd-2.0 / Makefile.top
diff --git a/freebsd-2.0/Makefile.top b/freebsd-2.0/Makefile.top
new file mode 100644 (file)
index 0000000..4f1ea08
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# ppp top level makefile for *bsd systems
+#
+
+BINDIR?= /usr/sbin
+
+SUBDIR=        chat pppd pppstats
+MAKE+=  BINDIR=$(BINDIR)
+
+kernel:
+       @sh -e freebsd-2.0/kinstall.sh
+
+.include <bsd.subdir.mk>