summaryrefslogtreecommitdiff
path: root/ip/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2007-02-14 16:44:04 +0000
committerDimitri Sokolyuk <demon@dim13.org>2007-02-14 16:44:04 +0000
commit822c17da7bdf13f71e72b62eddd99688eaea033c (patch)
tree70353db94ec155b9372e52401761ad214a18f7f3 /ip/Makefile
parentbee0f8f7527e4a48eb32422d6021d7cf2bd49b86 (diff)
remote addr
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>