NetBSD/usr.sbin/ipf/ipfstat/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

10 lines
197 B
Makefile

# $NetBSD: Makefile,v 1.7 1997/05/08 21:12:15 gwr Exp $
PROG= ipfstat
SRCS= kmem.c fils.c opt.c parse.c
MAN= ipfstat.8
CFLAGS+=-I${.CURDIR}/../ipf
.PATH: ${.CURDIR}/../ipf
.include <bsd.prog.mk>