summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-22 17:35:48 +0000
committerdfr <dfr@FreeBSD.org>1999-05-22 17:35:48 +0000
commit0ff387396e738dc73c44daeab2659be2154ed750 (patch)
treed186677ffacc74e9ff7dd570c4e64a8dd14b00cf /usr.sbin/pnpinfo
parent345a2a7d8e7e1cf1fedabe824a70a746764f7574 (diff)
downloadFreeBSD-src-0ff387396e738dc73c44daeab2659be2154ed750.zip
FreeBSD-src-0ff387396e738dc73c44daeab2659be2154ed750.tar.gz
Port pnpinfo to alpha.
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