diff options
Diffstat (limited to 'sbin/ipf/Makefile')
-rw-r--r-- | sbin/ipf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 80354684536..4940b8564ee 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 1999/02/07 00:48:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1999/12/15 05:20:23 kjell Exp $ PROG= ipf MAN= ipf.8 ipf.4 ipf.5 -SRCS= ipf.c parse.c opt.c +SRCS= ipf.c parse.c opt.c facpri.c .include <bsd.prog.mk> |