aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-08-22 08:03:01 +0000
commit2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9 (patch)
tree08203fa78d69de58704db3947da0c5c461233445 /usr.sbin/pnpinfo
parenta18003357c614019a078f1721808877f13c9d04e (diff)
downloadsrc-2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9.tar.gz
src-2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9.zip
Remove alpha left-overs.
Notes
Notes: svn path=/head/; revision=161526
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r--usr.sbin/pnpinfo/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile
index 1f435ce3bce9..294b4f758d4f 100644
--- a/usr.sbin/pnpinfo/Makefile
+++ b/usr.sbin/pnpinfo/Makefile
@@ -11,9 +11,4 @@ CFLAGS+= -I${.CURDIR}/../../sys
CFLAGS+= -DPC98
.endif
-.if ${MACHINE_ARCH} == "alpha"
-LDADD= -lio
-DPADD= ${LIBIO}
-.endif
-
.include <bsd.prog.mk>