diff options
author | ru <ru@FreeBSD.org> | 2000-10-06 11:18:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-10-06 11:18:11 +0000 |
commit | 7a20b52ef467bdac9a63dac6c1f08d959e05579f (patch) | |
tree | 1643e34169f5f3aa0034278752263cab4ed795b2 /sbin/ipfw | |
parent | dba872611a63d734339bc2d35ccfaa9315682596 (diff) | |
download | FreeBSD-src-7a20b52ef467bdac9a63dac6c1f08d959e05579f.zip FreeBSD-src-7a20b52ef467bdac9a63dac6c1f08d959e05579f.tar.gz |
Convert this Makefile to the usual style.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/Makefile | 6 |
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> |