aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aicasm
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-05 22:44:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-05 22:44:25 +0000
commit47d7e8a96f52d91b1f0fe5184f0f5d88c897db38 (patch)
tree687ecea23d9cd395958695d4b6773b1cd2bafea1 /sys/dev/aic7xxx/aicasm
parent3962ef4305e41fefa0f7dfba4b66067f97d98d2c (diff)
downloadsrc-47d7e8a96f52d91b1f0fe5184f0f5d88c897db38.tar.gz
src-47d7e8a96f52d91b1f0fe5184f0f5d88c897db38.zip
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
Notes
Notes: svn path=/head/; revision=125503
Diffstat (limited to 'sys/dev/aic7xxx/aicasm')
-rw-r--r--sys/dev/aic7xxx/aicasm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile
index fe222fed485e..b078a4c8e5ff 100644
--- a/sys/dev/aic7xxx/aicasm/Makefile
+++ b/sys/dev/aic7xxx/aicasm/Makefile
@@ -12,8 +12,8 @@ GENHDRS= aicasm_gram.h aicasm_macro_gram.h
SRCS= ${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
-DPADD+= ${LIBL}
-LDADD+= -ll
+DPADD= ${LIBL}
+LDADD= -ll
# Correct path for kernel builds
# Don't rely on the kernel's .depend file