summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-23 10:16:04 +0000
committerpeter <peter@FreeBSD.org>2001-10-23 10:16:04 +0000
commita8761e579c12bd49ded55732706947ed7cef4e10 (patch)
tree2322475728e5bcebc854c3a9447877deedffe7bb /usr.sbin/Makefile
parentbd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b (diff)
downloadFreeBSD-src-a8761e579c12bd49ded55732706947ed7cef4e10.zip
FreeBSD-src-a8761e579c12bd49ded55732706947ed7cef4e10.tar.gz
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)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a736415..2081abd 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -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 \
OpenPOWER on IntegriCloud