summaryrefslogtreecommitdiff
path: root/pppstats/Makefile.netbsd-1.2
diff options
context:
space:
mode:
Diffstat (limited to 'pppstats/Makefile.netbsd-1.2')
-rw-r--r--pppstats/Makefile.netbsd-1.210
1 files changed, 10 insertions, 0 deletions
diff --git a/pppstats/Makefile.netbsd-1.2 b/pppstats/Makefile.netbsd-1.2
new file mode 100644
index 0000000..586402a
--- /dev/null
+++ b/pppstats/Makefile.netbsd-1.2
@@ -0,0 +1,10 @@
+# $Id: Makefile.netbsd-1.2,v 1.1 1997/04/30 06:00:07 paulus Exp $
+
+PROG= pppstats
+SRCS= pppstats.c
+CFLAGS+=-I.. -D_BITYPES
+MAN8= pppstats.8
+MAN= pppstats.cat8
+BINDIR= /usr/sbin
+
+.include <bsd.prog.mk>