Make the description of the call option more verbose, and
[mpls-ppp.git] / pppstats / Makefile.netbsd-1.2
blob873838b2c5bb57fc6290790e4e0bb3ae470bb064
1 #       $Id: Makefile.netbsd-1.2,v 1.2 1998/03/25 02:21:21 paulus Exp $
3 PROG=   pppstats
4 SRCS=   pppstats.c
5 CFLAGS+=-I../include -D_BITYPES
6 MAN8=   pppstats.8
7 MAN=    pppstats.cat8
8 BINDIR= /usr/sbin
10 .include <bsd.prog.mk>