1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.sbin/ncrcontrol/Makefile

12 lines
158 B
Makefile

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