Imply NOLIBC_R for PowerPC.

This commit is contained in:
obrien 2003-08-13 00:13:37 +00:00
parent 3bc162cfa3
commit f245c87f99

View File

@ -142,7 +142,7 @@ SUBDIR+=ipftest \
iptest
.endif
.if !defined(NOLIBC_R)
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "powerpc"
SUBDIR+=pppctl
.endif