mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
|
PROG= ncrcontrol
|
||
|
SRCS= ncrcontrol.c
|
||
|
|
||
|
CFLAGS+= -I/sys
|
||
|
LDADD+= -lkvm
|
||
|
DPADD+= ${DESTDIR}/usr/lib/libkvm.a
|
||
|
|
||
|
.include <bsd.prog.mk>
|