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, 13 insertions, 0 deletions
diff --git a/share/ipf/Makefile b/share/ipf/Makefile
new file mode 100644
index 00000000000..5d009fff9c1
--- /dev/null
+++ b/share/ipf/Makefile
@@ -0,0 +1,13 @@
+#
+# $Id: Makefile,v 1.1 1996/01/09 09:29:32 dm Exp $
+#
+FILES= example.*
+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>