Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sunlabel We don't actually need libutil when buildi...



details:   https://anonhg.NetBSD.org/src/rev/5a9ebf8c2afd
branches:  trunk
changeset: 544147:5a9ebf8c2afd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 13 04:50:53 2003 +0000

description:
We don't actually need libutil when building as a hostprog.

diffstat:

 usr.sbin/sunlabel/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 4e6c68afc8ea -r 5a9ebf8c2afd usr.sbin/sunlabel/Makefile
--- a/usr.sbin/sunlabel/Makefile        Thu Mar 13 04:43:37 2003 +0000
+++ b/usr.sbin/sunlabel/Makefile        Thu Mar 13 04:50:53 2003 +0000
@@ -1,11 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2002/01/15 00:57:27 wiz Exp $
+#      $NetBSD: Makefile,v 1.3 2003/03/13 04:50:53 thorpej Exp $
 
 PROG=  sunlabel
 MAN=   sunlabel.8
 
-LDADD+=        -ltermcap -lutil
-DPADD+=        ${LIBTERMCAP} ${LIBUTIL}
+LDADD+=        -ltermcap
+DPADD+=        ${LIBTERMCAP}
 
 .ifndef HOSTPROG
+DPADD+=        ${LIBUTIL}
+LDADD+=        -lutil
 .include <bsd.prog.mk>
 .endif



Home | Main Index | Thread Index | Old Index