summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ncrcontrol/Makefile
blob: 487b2b0e95ec41c97429cf76ba78481455a0399e (plain)
1
2
3
4
5
6
7
8
9
10
11
PROG=	ncrcontrol
SRCS=	ncrcontrol.c
MAN8=	ncrcontrol.8

CFLAGS+=	-I${.CURDIR}/../../sys
LDADD+=		-lkvm
DPADD+=		${LIBKVM}
BINGRP=		kmem
BINMODE=	2555

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud