]> git.ozlabs.org Git - ppp.git/blobdiff - freebsd-2.2.8/Makefile.top
freebsd-2.2.8 stuff from Paul Fulghum
[ppp.git] / freebsd-2.2.8 / Makefile.top
diff --git a/freebsd-2.2.8/Makefile.top b/freebsd-2.2.8/Makefile.top
new file mode 100644 (file)
index 0000000..4d06f11
--- /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.2.8/kinstall.sh
+
+.include <bsd.subdir.mk>