summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r--usr.sbin/pnpinfo/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile
index 3b87871..2a89d8a 100644
--- a/usr.sbin/pnpinfo/Makefile
+++ b/usr.sbin/pnpinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1997/09/19 15:41:57 jmg Exp $
+# $Id: Makefile,v 1.2 1998/03/12 12:54:25 eivind Exp $
PROG= pnpinfo
@@ -6,6 +6,10 @@ SRCS= pnpinfo.c
CFLAGS+=-I${.CURDIR}/../../sys
MAN8= pnpinfo.8
+.if ${MACHINE_ARCH} == "alpha"
+LDADD+= -lio
+.endif
+
.PATH: ${.CURDIR}/../../contrib/pnpinfo
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud