summaryrefslogtreecommitdiff
path: root/sbin/ipf/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-26 21:04:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-04-26 21:04:01 +0000
commitbd2bfce09540c0cf739dba80c7fd9590e426b5eb (patch)
tree48234841eb229e6c1b341f428064eb5aa1196c42 /sbin/ipf/Makefile
parent36e07a7deb34c4e1e325bc9087c5cc865bee4585 (diff)
no, that is wrong
Diffstat (limited to 'sbin/ipf/Makefile')
-rw-r--r--sbin/ipf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index 0d9f5c58719..d4061995d59 100644
--- a/sbin/ipf/Makefile
+++ b/sbin/ipf/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.8 2000/04/26 15:45:27 espie Exp $
+# $OpenBSD: Makefile,v 1.9 2000/04/26 21:03:59 deraadt Exp $
PROG= ipf
MAN= ipf.8 ipf.4 ipf.5
SRCS= ipf.c parse.c opt.c facpri.c ifaddr.c
-MLINKS= ipf.5 ipf.conf.5
.include <bsd.prog.mk>