summaryrefslogtreecommitdiff
path: root/sbin/ipf/Makefile
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-01-17 05:01:03 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-01-17 05:01:03 +0000
commit563aa13c03d2813c7166caafc538d5e70b2fb34c (patch)
tree667756531d650ac84b36eee1d5a33c592111139c /sbin/ipf/Makefile
parent88e9db6efe2d8f5ccd5d6e21f96e87b9e167070e (diff)
1st part of ipf userland code.
Diffstat (limited to 'sbin/ipf/Makefile')
-rw-r--r--sbin/ipf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index d4061995d59..ed7af593210 100644
--- a/sbin/ipf/Makefile
+++ b/sbin/ipf/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.9 2000/04/26 21:03:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2001/01/17 05:00:57 fgsch Exp $
PROG= ipf
MAN= ipf.8 ipf.4 ipf.5
-SRCS= ipf.c parse.c opt.c facpri.c ifaddr.c
+SRCS= ipf.c parse.c opt.c facpri.c common.c ifaddr.c
.include <bsd.prog.mk>