]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.netbsd-1.2
Cosmetic fix.
[ppp.git] / pppstats / Makefile.netbsd-1.2
1 #       $Id: Makefile.netbsd-1.2,v 1.2 1998/03/25 02:21:21 paulus Exp $
2
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
9
10 .include <bsd.prog.mk>