mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Convert this Makefile to the usual style.
This commit is contained in:
parent
79a74459fa
commit
1e7492ffe1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PROG= ipfw
|
||||
|
||||
COPTS+= -Wall
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= ipfw
|
||||
MAN8= ipfw.8
|
||||
CFLAGS+=-Wall
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue