]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.bsd
Move deflate to the correct number (26);
[ppp.git] / pppstats / Makefile.bsd
1 #       $Id: Makefile.bsd,v 1.6 1998/03/25 02:21:18 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>