mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipfw
|
|
MAN8= ipfw.8
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|