diff options
| author | rin <rin@NetBSD.org> | 2020-06-29 06:39:38 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2020-06-29 06:39:38 +0000 |
| commit | d9753c50056db1970c831fda1bff86b6fa426843 (patch) | |
| tree | 8b05ea7742fbcf9551cceadf2b00d96afba05577 /sys/dev/microcode | |
| parent | d00a421a18e4d8bc17f7609e04b88c193faeb13a (diff) | |
No longer depend on libl.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
