summaryrefslogtreecommitdiff
path: root/netbsd-1.1/Makefile.top
diff options
context:
space:
mode:
Diffstat (limited to 'netbsd-1.1/Makefile.top')
-rw-r--r--netbsd-1.1/Makefile.top13
1 files changed, 0 insertions, 13 deletions
diff --git a/netbsd-1.1/Makefile.top b/netbsd-1.1/Makefile.top
deleted file mode 100644
index 2fff895..0000000
--- a/netbsd-1.1/Makefile.top
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# ppp top level makefile for *bsd systems
-#
-
-BINDIR?= /usr/sbin
-
-SUBDIR= chat pppd pppstats
-MAKE+= BINDIR=$(BINDIR)
-
-kernel:
- @sh -e netbsd-1.1/kinstall.sh
-
-.include <bsd.subdir.mk>