summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-14 08:02:40 +0000
committerbde <bde@FreeBSD.org>1994-11-14 08:02:40 +0000
commit4333a0959b3e020975a5dd93a14f536aa8ecc650 (patch)
treed8b822e9ffd701fb1f526e0fafb30a110f79ff54 /usr.sbin/pppstats
parenta5b37c90d585fe584f03989306738bfa7c295c5f (diff)
downloadFreeBSD-src-4333a0959b3e020975a5dd93a14f536aa8ecc650.zip
FreeBSD-src-4333a0959b3e020975a5dd93a14f536aa8ecc650.tar.gz
Add missing define of DPADD. Remove uneccessary define SRCS. Reorder
defines.
Diffstat (limited to 'usr.sbin/pppstats')
-rw-r--r--usr.sbin/pppstats/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile
index e29e830..f766f34 100644
--- a/usr.sbin/pppstats/Makefile
+++ b/usr.sbin/pppstats/Makefile
@@ -1,12 +1,12 @@
-# $Id: Makefile.bsd,v 1.2 1994/04/25 06:48:25 paulus Exp $
+# $Id: Makefile,v 1.1.1.1 1994/11/12 06:07:15 lars Exp $
PROG= pppstats
-SRCS= pppstats.c
MAN8= pppstats.8
+DPADD= ${LIBUTIL} ${LIBKVM}
LDADD= -lutil -lkvm
-BINMODE=2555
+
BINGRP= kmem
-BINDIR= /usr/sbin
+BINMODE=2555
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud