diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-17 07:32:36 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-17 07:32:36 +0000 |
| commit | 8da4b35652b8f60c590db828e1f0fb39a44711c1 (patch) | |
| tree | 17ab14f7008b90056bbc83342cd85b4b8e593288 /usr.sbin | |
| parent | 1822cdcafeb4e572a5cc86e31466f4d3a40eb1fc (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 7e26e25fbc87..b4e629a5d395 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -131,7 +131,7 @@ SUBDIR+=ipftest \ iptest .endif -.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "i386" SUBDIR+=pppctl .endif |
