diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 991f954..c3c6376 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -142,7 +142,7 @@ SUBDIR+=ipftest \ iptest .endif -.if !defined(NOLIBC_R) +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "powerpc" SUBDIR+=pppctl .endif |