svn commit: r359240 - head/sys/dev/aic7xxx/aicasm

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 23 14:33:30 UTC 2020


Author: bapt
Date: Mon Mar 23 14:33:29 2020
New Revision: 359240
URL: https://svnweb.freebsd.org/changeset/base/359240

Log:
  Remove unneeded dependency on libl

Modified:
  head/sys/dev/aic7xxx/aicasm/Makefile

Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==============================================================================
--- head/sys/dev/aic7xxx/aicasm/Makefile	Mon Mar 23 14:11:49 2020	(r359239)
+++ head/sys/dev/aic7xxx/aicasm/Makefile	Mon Mar 23 14:33:29 2020	(r359240)
@@ -13,7 +13,6 @@ GENHDRS=	aicasm_gram.h aicasm_macro_gram.h
 
 SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
 CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
-LIBADD=	l
 WARNS?=	0
 
 # Correct path for kernel builds


More information about the svn-src-all mailing list