Exclude pppctl on ia64 due to libc_r. I had been building with

-DNOLIBC_R, but this is a little safer.
This commit is contained in:
Peter Wemm 2001-11-04 06:15:28 +00:00
parent 0a0fed8681
commit 9fe9bee4a7

View File

@ -128,7 +128,7 @@ SUBDIR= IPXrouted \
ypset \
zic
.if !defined(NOLIBC_R)
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif