From: etheisen Date: Thu, 15 Feb 1996 05:47:09 +0000 (+0000) Subject: libcrypt no longer a link dependancy. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=72374ec176a0faa2c1872c392a547c5047d9a011;p=openbsd libcrypt no longer a link dependancy. --- diff --git a/usr.bin/sup/supfilesrv/Makefile b/usr.bin/sup/supfilesrv/Makefile index e23cee41e6b..880ae34c9b4 100644 --- a/usr.bin/sup/supfilesrv/Makefile +++ b/usr.bin/sup/supfilesrv/Makefile @@ -1,11 +1,13 @@ -# $Id: Makefile,v 1.3 1996/02/03 10:05:04 deraadt Exp $ +# $Id: Makefile,v 1.4 1996/02/15 05:47:09 etheisen Exp $ PROG= supfilesrv MAN= supservers.8 SRCS= supfilesrv.c scan.c scm.c scmio.c stree.c log.c supmsg.c \ atoo.c errmsg.c expand.c ffilecopy.c filecopy.c nxtarg.c \ path.c quit.c run.c salloc.c skipto.c vprintf.c netcryptvoid.c -LDADD+= -lutil -lcrypt +#LDADD+= -lutil -lcrypt +LDADD+= -lutil +#DPADD+= ${LIBUTIL} ${LIBCRYPT} DPADD+= ${LIBUTIL} BINOWN= root BINGRP= daemon