summaryrefslogtreecommitdiff
path: root/usr.bin/sup/supfilesrv
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-05 15:32:13 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-05 15:32:13 +0000
commitc72913191a3f570f0ddc91385a9fc0878517859a (patch)
tree49511e575ef04d1b77db0b244837ca687ebaf99a /usr.bin/sup/supfilesrv
parent32c621f40331a5c8df5534a38570305da4244cf6 (diff)
Solaris has strerror()
Remove unneeded #include <util.h> and -lutil
Diffstat (limited to 'usr.bin/sup/supfilesrv')
-rw-r--r--usr.bin/sup/supfilesrv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sup/supfilesrv/Makefile b/usr.bin/sup/supfilesrv/Makefile
index 8e7efccf477..c091b389bf6 100644
--- a/usr.bin/sup/supfilesrv/Makefile
+++ b/usr.bin/sup/supfilesrv/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2001/05/04 22:16:18 millert Exp $
+# $OpenBSD: Makefile,v 1.10 2001/05/05 15:32:11 millert Exp $
PROG= supfilesrv
MAN= supservers.8
@@ -7,8 +7,8 @@ MLINKS+=supservers.8 supscan.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 skipto.c vprintf.c netcryptvoid.c
-LDADD+= -lutil -lwrap
-DPADD+= ${LIBUTIL} ${LIBWRAP}
+LDADD+= -lwrap
+DPADD+= ${LIBWRAP}
BINOWN= root
BINGRP= daemon
BINMODE=555