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