summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/iscontrol/Makefile')
-rw-r--r--sbin/iscontrol/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/iscontrol/Makefile b/sbin/iscontrol/Makefile
index 9bdc29b..9c4d9f4 100644
--- a/sbin/iscontrol/Makefile
+++ b/sbin/iscontrol/Makefile
@@ -2,13 +2,12 @@
SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
PROG= iscontrol
-DPADD= ${LIBCAM} ${LIBMD}
-LDADD= -lcam -lmd
+LIBADD= cam md
S= ${.CURDIR}/../../sys
WARNS?= 3
CFLAGS+= -I$S
-MAN= iscsi.conf.5 iscontrol.8
+MAN= iscontrol.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud