diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 05:47:10 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 05:47:10 +0000 |
commit | c02546139e949b61e5a68eec132bcc83e61169fc (patch) | |
tree | 180790f394e3c4da526806bdff2a6c2c96adb774 /usr.bin/sup | |
parent | 05f760ee4b014b7db555a4da90d180c251b457da (diff) |
libcrypt no longer a link dependancy.
Diffstat (limited to 'usr.bin/sup')
-rw-r--r-- | usr.bin/sup/supfilesrv/Makefile | 6 |
1 files 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 |