mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
Makefile.
This commit is contained in:
parent
6125383164
commit
bc09b98dbc
1 changed files with 11 additions and 0 deletions
11
sbin/ccdconfig/Makefile
Normal file
11
sbin/ccdconfig/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
PROG= ccdcontrol
|
||||
SRCS= ccdcontrol.c
|
||||
MAN8= ccdcontrol.8
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys
|
||||
LDADD+= -lkvm
|
||||
DPADD+= ${LIBKVM}
|
||||
BINGRP= kmem
|
||||
BINMODE= 2555
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue