8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipfw
|
|
MAN8= ipfw.8
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|