diff options
author | dfr <dfr@FreeBSD.org> | 1999-05-22 17:35:48 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-05-22 17:35:48 +0000 |
commit | 0ff387396e738dc73c44daeab2659be2154ed750 (patch) | |
tree | d186677ffacc74e9ff7dd570c4e64a8dd14b00cf /usr.sbin/pnpinfo | |
parent | 345a2a7d8e7e1cf1fedabe824a70a746764f7574 (diff) | |
download | FreeBSD-src-0ff387396e738dc73c44daeab2659be2154ed750.zip FreeBSD-src-0ff387396e738dc73c44daeab2659be2154ed750.tar.gz |
Port pnpinfo to alpha.
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r-- | usr.sbin/pnpinfo/Makefile | 6 |
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> |