From 1e7492ffe1217c9a71e294005961c8acf96ffaa5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 6 Oct 2000 11:18:11 +0000 Subject: [PATCH] Convert this Makefile to the usual style. --- sbin/ipfw/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 1bc6fa465f9..279596df32f 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