diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-05 15:32:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-05 15:32:13 +0000 |
commit | c72913191a3f570f0ddc91385a9fc0878517859a (patch) | |
tree | 49511e575ef04d1b77db0b244837ca687ebaf99a /usr.bin/sup/supscan | |
parent | 32c621f40331a5c8df5534a38570305da4244cf6 (diff) |
Solaris has strerror()
Remove unneeded #include <util.h> and -lutil
Diffstat (limited to 'usr.bin/sup/supscan')
-rw-r--r-- | usr.bin/sup/supscan/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/sup/supscan/Makefile b/usr.bin/sup/supscan/Makefile index afcad8cc697..c20d3880df0 100644 --- a/usr.bin/sup/supscan/Makefile +++ b/usr.bin/sup/supscan/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2001/05/04 22:16:18 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2001/05/05 15:32:12 millert Exp $ PROG= supscan NOMAN= SRCS= supscan.c stree.c scan.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 -DPADD+= ${LIBUTIL} BINOWN= root BINGRP= daemon BINMODE=555 |