8 lines
150 B
Makefile
8 lines
150 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 1997/01/05 13:06:38 mrg Exp $
|
||
|
|
||
|
PROG= ipf
|
||
|
SRCS= ipf.c parse.c opt.c
|
||
|
MAN= ipf.8 ipf.4 ipf.5 ipl.4
|
||
|
|
||
|
.include <bsd.prog.mk>
|