summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-05 22:44:25 +0000
committerru <ru@FreeBSD.org>2004-02-05 22:44:25 +0000
commit743cc6d00297660ac72c8a7b391b0048d5699479 (patch)
tree687ecea23d9cd395958695d4b6773b1cd2bafea1 /usr.sbin/pnpinfo
parent5d21c38b892d54673b3a900d99c309419100136a (diff)
downloadFreeBSD-src-743cc6d00297660ac72c8a7b391b0048d5699479.zip
FreeBSD-src-743cc6d00297660ac72c8a7b391b0048d5699479.tar.gz
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
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 31fbc7f..c3702c8 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
OpenPOWER on IntegriCloud