From a8761e579c12bd49ded55732706947ed7cef4e10 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 23 Oct 2001 10:16:04 +0000 Subject: 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) --- usr.sbin/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'usr.sbin/Makefile') 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 \ -- cgit v1.1