summaryrefslogtreecommitdiff
path: root/usr.bin/sup
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-02-15 05:47:10 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-02-15 05:47:10 +0000
commitc02546139e949b61e5a68eec132bcc83e61169fc (patch)
tree180790f394e3c4da526806bdff2a6c2c96adb774 /usr.bin/sup
parent05f760ee4b014b7db555a4da90d180c251b457da (diff)
libcrypt no longer a link dependancy.
Diffstat (limited to 'usr.bin/sup')
-rw-r--r--usr.bin/sup/supfilesrv/Makefile6
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