summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/Makefile
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 06:43:02 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 06:43:02 +0000
commiteb4ff87544853a0c0ac7545ef0747189fc6ec476 (patch)
tree4168b7acfd52974b4156f48d08fabf4a27daf799 /sbin/camcontrol/Makefile
parentcb986cde46f00a045e2662a010c6eec29b3fbe8a (diff)
downloadFreeBSD-src-eb4ff87544853a0c0ac7545ef0747189fc6ec476.zip
FreeBSD-src-eb4ff87544853a0c0ac7545ef0747189fc6ec476.tar.gz
Camcontrol - A utility for configuring/manipulating the CAM subsystem
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
Diffstat (limited to 'sbin/camcontrol/Makefile')
-rw-r--r--sbin/camcontrol/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile
new file mode 100644
index 0000000..e11a011
--- /dev/null
+++ b/sbin/camcontrol/Makefile
@@ -0,0 +1,9 @@
+PROG= camcontrol
+SRCS= camcontrol.c modeedit.c
+MAN8= camcontrol.8
+
+CFLAGS+= -I${.CURDIR}/../../sys
+DPADD= ${LIBCAM}
+LDADD+= -lcam
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud