View | Details | Raw Unified | Return to bug 27564
Collapse All | Expand All

(-)Makefile Wed May 23 16:26:00 2001 (-1 / +1 lines)
Lines 46-52 Link Here
46
46
47
do-build:
47
do-build:
48
       (cd ${WRKSRC}/htshd && ${CC} ${CFLAGS} -o htshd htshd.c -lcrypt \
48
       (cd ${WRKSRC}/htshd && ${CC} ${CFLAGS} -o htshd htshd.c -lcrypt \
49
               -lutil -DUSE_DEV_RANDOM=1)
49
               -lutil -DUSE_DEV_RANDOM=1 -DHAVE_SETENV)
50
50
51
do-install:
51
do-install:
52
       ${INSTALL_PROGRAM} ${WRKSRC}/htshd/htshd ${PREFIX}/sbin
52
       ${INSTALL_PROGRAM} ${WRKSRC}/htshd/htshd ${PREFIX}/sbin

Return to bug 27564