From 7a20b52ef467bdac9a63dac6c1f08d959e05579f Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 6 Oct 2000 11:18:11 +0000 Subject: Convert this Makefile to the usual style. --- sbin/ipfw/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin') 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 -- cgit v1.1