ia64 support: move pnpinfo to i386 and alpha sections for now. i386 has

native inb/outb etc, and alpha has libio.  ia64 doesn't have any yet.

move pppctl to the NOLIBC_R section (libc_r is not possible on ia64 in
its present form due to assumptions about setjmp/longjmp magic)
This commit is contained in:
Peter Wemm 2001-10-23 10:16:04 +00:00
parent 5b29dc6b1f
commit ab5e5d7be9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85354

View File

@ -68,9 +68,7 @@ SUBDIR= IPXrouted \
pciconf \
periodic \
pkg_install \
pnpinfo \
ppp \
pppctl \
pppd \
pppstats \
prefix \
@ -130,6 +128,10 @@ SUBDIR= IPXrouted \
ypset \
zic
.if !defined(NOLIBC_R)
SUBDIR+=pppctl
.endif
.if !defined(NO_BIND)
SUBDIR+=named \
named.reload \
@ -151,7 +153,8 @@ SUBDIR+=mailstats \
.endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=elf2exe
SUBDIR+=elf2exe \
pnpinfo
.endif
.if ${MACHINE_ARCH} == "i386"
@ -164,6 +167,7 @@ SUBDIR+=acpi \
lptcontrol \
mptable \
pcvt \
pnpinfo \
sgsc \
sicontrol \
spkrtest \