summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-04 06:15:28 +0000
committerpeter <peter@FreeBSD.org>2001-11-04 06:15:28 +0000
commit27968acc29d3f4c68ae15494f6d6aad76f5d6258 (patch)
tree0373ad44fbb4399d9a5dfbc869e1fbea925103fc /usr.sbin
parent1c85c21111205c3599ba05c3076bc34ba0b979c2 (diff)
downloadFreeBSD-src-27968acc29d3f4c68ae15494f6d6aad76f5d6258.zip
FreeBSD-src-27968acc29d3f4c68ae15494f6d6aad76f5d6258.tar.gz
Exclude pppctl on ia64 due to libc_r. I had been building with
-DNOLIBC_R, but this is a little safer.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 2081abd..55a4cf5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -128,7 +128,7 @@ SUBDIR= IPXrouted \
ypset \
zic
-.if !defined(NOLIBC_R)
+.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif
OpenPOWER on IntegriCloud