diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-18 18:24:55 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-18 18:24:55 +0000 |
| commit | 6639a24d018cfced87bb2503c9925422fca5ff10 (patch) | |
| tree | 531364ce8de458b3c33d7a08c881e7443df4afeb /usr.bin | |
| parent | d246873e61b6f6fb2941691c527d3e4493a4c8d7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 332d9b8d91cba..7fc64772f0a01 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -242,7 +242,7 @@ SUBDIR+=elf2aout .if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64" SUBDIR+=xlint .endif -.if ${MACHINE_ARCH} != "sparc64" +.if ${CXX:T} != "c++" SUBDIR+=getconf .endif |
