NetBSD/usr.sbin/pppd/pppstats/Makefile

11 lines
247 B
Makefile

# $NetBSD: Makefile,v 1.12 1997/05/17 21:33:06 christos Exp $
PROG= pppstats
SRCS= pppstats.c
MAN= pppstats.8
BINDIR= /usr/sbin
#CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Dlint
.include "../../Makefile.inc"
.include <bsd.prog.mk>