Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/microcode/aic7xxx No longer depend on libl.



details:   https://anonhg.NetBSD.org/src/rev/b4648992e027
branches:  trunk
changeset: 935283:b4648992e027
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jun 29 06:39:38 2020 +0000

description:
No longer depend on libl.

diffstat:

 sys/dev/microcode/aic7xxx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d70d6ec42ef1 -r b4648992e027 sys/dev/microcode/aic7xxx/Makefile
--- a/sys/dev/microcode/aic7xxx/Makefile        Mon Jun 29 06:01:30 2020 +0000
+++ b/sys/dev/microcode/aic7xxx/Makefile        Mon Jun 29 06:39:38 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2020/06/27 16:00:34 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.9 2020/06/29 06:39:38 rin Exp $
 
 7XXX_SEQ=      aic7xxx.seq
 7XXX_SEQHDR=   aic7xxx_seq.h
@@ -17,7 +17,7 @@
 
 YHEADER=1
 
-DPADD+= ${LIBL} ${LIBY}
+DPADD+= ${LIBY}
 LDADD+= -ly
 
 NOSHARE=# defined



Home | Main Index | Thread Index | Old Index