summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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