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