]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.netbsd-1.2
mods from Steve Perkins; include from ../include not ..
[ppp.git] / pppstats / Makefile.netbsd-1.2
1 #       $Id: Makefile.netbsd-1.2,v 1.1 1997/04/30 06:00:07 paulus Exp $
2
3 PROG=   pppstats
4 SRCS=   pppstats.c
5 CFLAGS+=-I.. -D_BITYPES
6 MAN8=   pppstats.8
7 MAN=    pppstats.cat8
8 BINDIR= /usr/sbin
9
10 .include <bsd.prog.mk>