From 72374ec176a0faa2c1872c392a547c5047d9a011 Mon Sep 17 00:00:00 2001 From: etheisen Date: Thu, 15 Feb 1996 05:47:09 +0000 Subject: [PATCH] libcrypt no longer a link dependancy. --- usr.bin/sup/supfilesrv/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.20.1