]> git.ozlabs.org Git - ppp.git/blobdiff - netbsd-1.2/Makefile.top
version for netbsd-1.2, from Christos Zoulas
[ppp.git] / netbsd-1.2 / Makefile.top
diff --git a/netbsd-1.2/Makefile.top b/netbsd-1.2/Makefile.top
new file mode 100644 (file)
index 0000000..23dd7cc
--- /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 netbsd-1.2/kinstall.sh
+
+.include <bsd.subdir.mk>