summaryrefslogtreecommitdiffstats
path: root/sbin/ccdconfig
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-12-27 10:56:35 +0000
committerasami <asami@FreeBSD.org>1995-12-27 10:56:35 +0000
commitd296466eaa9e2d412ac79232f8f0308f0488b67d (patch)
tree84ae8b6f12b625073933b627068b3d025e60d0e2 /sbin/ccdconfig
parent15c061b3b7e864f7537ac5d8df57200716c1fafc (diff)
downloadFreeBSD-src-d296466eaa9e2d412ac79232f8f0308f0488b67d.zip
FreeBSD-src-d296466eaa9e2d412ac79232f8f0308f0488b67d.tar.gz
Makefile.
Diffstat (limited to 'sbin/ccdconfig')
-rw-r--r--sbin/ccdconfig/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile
new file mode 100644
index 0000000..ca62c11
--- /dev/null
+++ b/sbin/ccdconfig/Makefile
@@ -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>
OpenPOWER on IntegriCloud