diff options
author | Bruce Evans <bde@FreeBSD.org> | 1994-11-14 08:02:40 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1994-11-14 08:02:40 +0000 |
commit | ba9c09688cb64585c8266f0324761ac0a5c0e1f5 (patch) | |
tree | d8b822e9ffd701fb1f526e0fafb30a110f79ff54 /usr.sbin/pppstats | |
parent | 99fb10656ec74f1dd53a0df982cdc745b07a4399 (diff) |
Add missing define of DPADD. Remove uneccessary define SRCS. Reorder
defines.
Notes
Notes:
svn path=/head/; revision=4460
Diffstat (limited to 'usr.sbin/pppstats')
-rw-r--r-- | usr.sbin/pppstats/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index e29e8301f96d..f766f340ab06 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> |