]> git.ozlabs.org Git - ppp.git/blobdiff - netbsd-1.1/Makefile.top
NetBSD-1.1 files
[ppp.git] / netbsd-1.1 / Makefile.top
diff --git a/netbsd-1.1/Makefile.top b/netbsd-1.1/Makefile.top
new file mode 100644 (file)
index 0000000..a9b1e44
--- /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/kinstall.sh
+
+.include <bsd.subdir.mk>