summaryrefslogtreecommitdiff
path: root/usr.sbin/pnpinfo
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 /usr.sbin/pnpinfo
parent3962ef4305e41fefa0f7dfba4b66067f97d98d2c (diff)
downloadsrc-test2-47d7e8a96f52d91b1f0fe5184f0f5d88c897db38.tar.gz
src-test2-47d7e8a96f52d91b1f0fe5184f0f5d88c897db38.zip
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
Notes
Notes: svn path=/head/; revision=125503
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r--usr.sbin/pnpinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile
index 31fbc7f2300c..c3702c87f785 100644
--- a/usr.sbin/pnpinfo/Makefile
+++ b/usr.sbin/pnpinfo/Makefile
@@ -13,7 +13,7 @@ CFLAGS+= -DPC98
.endif
.if ${MACHINE_ARCH} == "alpha"
-LDADD+= -lio
+LDADD= -lio
DPADD= ${LIBIO}
.endif