diff options
author | julian <julian@FreeBSD.org> | 2002-09-19 10:32:39 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-09-19 10:32:39 +0000 |
commit | 6f7c6252645af966e7f03a89a9c9db9b59db440e (patch) | |
tree | df2ecb6941aeeb896ca7cbcba8d6b5247c077bfd /usr.sbin | |
parent | b889d88bf536a758ab7428643fc917f68b66c5ed (diff) | |
download | FreeBSD-src-6f7c6252645af966e7f03a89a9c9db9b59db440e.zip FreeBSD-src-6f7c6252645af966e7f03a89a9c9db9b59db440e.tar.gz |
Pppctl seems to compile again now
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 b4e629a..7e26e25 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" && ${MACHINE_ARCH} != "i386" +.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" SUBDIR+=pppctl .endif |