summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-24 16:53:08 +0000
committerru <ru@FreeBSD.org>2002-01-24 16:53:08 +0000
commitded7ff77e43b99e4f0599c910fe90f9292a49d1c (patch)
tree762faf017a022144ff46907312b6801379dc7a87 /sbin/camcontrol
parent9816fc1afba47a49ed2e25b41206aa151385e8e8 (diff)
downloadFreeBSD-src-ded7ff77e43b99e4f0599c910fe90f9292a49d1c.zip
FreeBSD-src-ded7ff77e43b99e4f0599c910fe90f9292a49d1c.tar.gz
Style.
Approved by: ken
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r--sbin/camcontrol/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile
index 252b7d6..0c5ada4 100644
--- a/sbin/camcontrol/Makefile
+++ b/sbin/camcontrol/Makefile
@@ -1,20 +1,17 @@
# $FreeBSD$
-MAINTAINER=ken@FreeBSD.ORG
-PROG= camcontrol
-SRCS= camcontrol.c util.c
+MAINTAINER= ken@FreeBSD.org
+
+PROG= camcontrol
+SRCS= camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)
SRCS+= modeedit.c
-.endif
-MAN= camcontrol.8
-SDIR= ${.CURDIR}/../../sys
-
-CFLAGS+= -I${SDIR}
-.if defined(RELEASE_CRUNCH)
+.else
CFLAGS+= -DMINIMALISTIC
.endif
WARNS= 0
-DPADD= ${LIBCAM} ${LIBSBUF}
-LDADD+= -lcam -lsbuf
+DPADD= ${LIBCAM} ${LIBSBUF}
+LDADD= -lcam -lsbuf
+MAN= camcontrol.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud