summaryrefslogtreecommitdiff
path: root/ip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ip/Makefile')
-rw-r--r--ip/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/ip/Makefile b/ip/Makefile
new file mode 100644
index 0000000..4256be9
--- /dev/null
+++ b/ip/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= ip
+CFLAGS+= -Wall
+NOMAN=
+BINDIR= /var/www/cgi-bin
+
+.include <bsd.prog.mk>