summaryrefslogtreecommitdiff
path: root/share/ipf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/ipf/Makefile')
-rw-r--r--share/ipf/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/share/ipf/Makefile b/share/ipf/Makefile
deleted file mode 100644
index 3919a72fd85..00000000000
--- a/share/ipf/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $OpenBSD: Makefile,v 1.3 2000/03/02 14:46:34 todd Exp $
-#
-#
-FILES= example.* nat.* firewall.*
-NOOBJ= noobj
-
-all clean cleandir depend lint tags:
-
-install:
- install -d ${DESTDIR}${BINDIR}/ipf
- install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/ipf
-
-.include <bsd.prog.mk>