1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/sbin/ipfw/Makefile

6 lines
69 B
Makefile
Raw Normal View History

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