diff options
-rw-r--r-- | rescue/rescue/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index a72e69f..9b99141 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -224,5 +224,10 @@ CRUNCH_ALIAS_chown= chgrp ################################################################## CRUNCH_LIBS+= -lm +.if ${MK_ISCSI} != "no" +CRUNCH_PROGS_usr.bin+= iscsictl +CRUNCH_PROGS_usr.sbin+= iscsid +.endif + .include <bsd.crunchgen.mk> .include <bsd.prog.mk> |