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