summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-10-06 11:18:11 +0000
committerru <ru@FreeBSD.org>2000-10-06 11:18:11 +0000
commit7a20b52ef467bdac9a63dac6c1f08d959e05579f (patch)
tree1643e34169f5f3aa0034278752263cab4ed795b2 /sbin
parentdba872611a63d734339bc2d35ccfaa9315682596 (diff)
downloadFreeBSD-src-7a20b52ef467bdac9a63dac6c1f08d959e05579f.zip
FreeBSD-src-7a20b52ef467bdac9a63dac6c1f08d959e05579f.tar.gz
Convert this Makefile to the usual style.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 1bc6fa4..279596d 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -1,7 +1,7 @@
-PROG= ipfw
-
-COPTS+= -Wall
+# $FreeBSD$
+PROG= ipfw
MAN8= ipfw.8
+CFLAGS+=-Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud