freebsd-dev/usr.sbin/ncrcontrol/Makefile

9 lines
129 B
Makefile
Raw Normal View History

PROG= ncrcontrol
SRCS= ncrcontrol.c
CFLAGS+= -I/sys
LDADD+= -lkvm
DPADD+= ${DESTDIR}/usr/lib/libkvm.a
.include <bsd.prog.mk>