diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-27 20:14:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-27 20:14:05 +0000 |
| commit | 7bf3ceda8be2d0ed7a8eb8d0b0b56a7e72d93da8 (patch) | |
| tree | 50b5a07b351071f19fb5b10eb87369a2df4dad58 /gnu/usr.bin/Makefile | |
| parent | c9917419ef620707b72a9ba86b242a990c81c5ad (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 8492e16c7430..096c23c0454e 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ -.if ${MACHINE_ARCH} != "powerpc" -_gperf=gperf -.endif - SUBDIR= bc binutils cc cpio dc dialog diff diff3 \ ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo .if !defined(NO_CXX) +.if ${MACHINE_ARCH} != "powerpc" +_gperf=gperf +.endif SUBDIR+=groff .endif |
