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 e1fe4a237e26..000000000000
--- a/usr.sbin/pppstats/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id: Makefile.bsd,v 1.4 1995/04/28 06:23:18 paulus Exp $
-
-PROG= pppstats
-SRCS= pppstats.c
-CFLAGS+=-I..
-MAN8= pppstats.0
-MAN= pppstats.cat8
-BINDIR= /usr/sbin
-
-.include <bsd.prog.mk>