diff options
Diffstat (limited to 'sbin/ipf/Makefile')
-rw-r--r-- | sbin/ipf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 960e047452e..4e55c23f66d 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/23 14:30:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/09/15 09:55:44 pattonme Exp $ PROG= ipf MAN= ipf.1 ipf.4 ipf.5 SRCS= ipf.c parse.c opt.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../sys/netinet - .include <bsd.prog.mk> |