mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
6 lines
69 B
Makefile
6 lines
69 B
Makefile
|
PROG= ipfw
|
||
|
DPADD= ${LIBKVM}
|
||
|
LDADD= -lkvm
|
||
|
|
||
|
.include <bsd.prog.mk>
|