summaryrefslogtreecommitdiff
path: root/usr.sbin/pppstats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppstats/Makefile')
-rw-r--r--usr.sbin/pppstats/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile
deleted file mode 100644
index ef6136402c68..000000000000
--- a/usr.sbin/pppstats/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id: Makefile.bsd,v 1.5 1996/10/08 04:38:08 paulus Exp $
-
-PROG= pppstats
-SRCS= pppstats.c
-CFLAGS+=-I.. -D_BITYPES
-MAN8= pppstats.8
-MAN= pppstats.cat8
-BINDIR= /usr/sbin
-
-.include <bsd.prog.mk>