1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/ncrcontrol/Makefile
Poul-Henning Kamp 7560c41839 abs path to /sys
1994-11-21 02:21:07 +00:00

12 lines
174 B
Makefile

PROG= ncrcontrol
SRCS= ncrcontrol.c
MAN8= ncrcontrol.8
CFLAGS+= -I${.CURDIR}/../../sys
LDADD+= -lkvm
DPADD+= ${LIBKVM}
BINGRP= kmem
BINMODE= 2555
.include <bsd.prog.mk>