diff options
author | lars <lars@FreeBSD.org> | 1994-11-12 06:07:15 +0000 |
---|---|---|
committer | lars <lars@FreeBSD.org> | 1994-11-12 06:07:15 +0000 |
commit | b50536d92ee42fb36222dac7a6c6851d6ca1ed91 (patch) | |
tree | 8c739a7f12f404eed9eec13e2a89badb30d22fa4 /usr.sbin/pppstats/Makefile | |
parent | 91bf4b94c3ce51ce89870b87c0d489e56d7e6224 (diff) | |
download | FreeBSD-src-b50536d92ee42fb36222dac7a6c6851d6ca1ed91.zip FreeBSD-src-b50536d92ee42fb36222dac7a6c6851d6ca1ed91.tar.gz |
pppstats from ppp-2.1.2
Diffstat (limited to 'usr.sbin/pppstats/Makefile')
-rw-r--r-- | usr.sbin/pppstats/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile new file mode 100644 index 0000000..e29e830 --- /dev/null +++ b/usr.sbin/pppstats/Makefile @@ -0,0 +1,12 @@ +# $Id: Makefile.bsd,v 1.2 1994/04/25 06:48:25 paulus Exp $ + +PROG= pppstats +SRCS= pppstats.c +MAN8= pppstats.8 + +LDADD= -lutil -lkvm +BINMODE=2555 +BINGRP= kmem +BINDIR= /usr/sbin + +.include <bsd.prog.mk> |