freebsd-dev/sbin/ipfw/Makefile

6 lines
69 B
Makefile
Raw Normal View History

PROG= ipfw
DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>