]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ccdconfig/Makefile
Fix for sigwait problem.
[FreeBSD/FreeBSD.git] / sbin / ccdconfig / Makefile
1 PROG=   ccdconfig
2 SRCS=   ccdconfig.c
3 MAN8=   ccdconfig.8
4
5 CFLAGS+=        -I${.CURDIR}/../../sys
6 LDADD+=         -lkvm
7 DPADD+=         ${LIBKVM}
8 BINGRP=         kmem
9 BINMODE=        2555
10
11 .include <bsd.prog.mk>