Convert this Makefile to the usual style.

This commit is contained in:
Ruslan Ermilov 2000-10-06 11:18:11 +00:00
parent 79a74459fa
commit 1e7492ffe1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66733

View File

@ -1,7 +1,7 @@
PROG= ipfw
COPTS+= -Wall
# $FreeBSD$
PROG= ipfw
MAN8= ipfw.8
CFLAGS+=-Wall
.include <bsd.prog.mk>