mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
b877c0f37e
Submitted by: danny ugen
6 lines
69 B
Makefile
6 lines
69 B
Makefile
PROG= ipfw
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
.include <bsd.prog.mk>
|