]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.netbsd-1.2
*** empty log message ***
[ppp.git] / pppstats / Makefile.netbsd-1.2
diff --git a/pppstats/Makefile.netbsd-1.2 b/pppstats/Makefile.netbsd-1.2
new file mode 100644 (file)
index 0000000..586402a
--- /dev/null
@@ -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>