From d9753c50056db1970c831fda1bff86b6fa426843 Mon Sep 17 00:00:00 2001 From: rin Date: Mon, 29 Jun 2020 06:39:38 +0000 Subject: No longer depend on libl. --- sys/dev/microcode/aic7xxx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') diff --git a/sys/dev/microcode/aic7xxx/Makefile b/sys/dev/microcode/aic7xxx/Makefile index cfaec6a8590..900e574afd0 100644 --- a/sys/dev/microcode/aic7xxx/Makefile +++ b/sys/dev/microcode/aic7xxx/Makefile @@ -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 @@ SRCS= aicasm.c aicasm_symbol.c aicasm_scan.l aicasm_macro_scan.l \ YHEADER=1 -DPADD+= ${LIBL} ${LIBY} +DPADD+= ${LIBY} LDADD+= -ly NOSHARE=# defined -- cgit