diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 00:50:43 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 00:50:43 +0000 |
| commit | bd7ce31c9a14f5071e883c2e1d19b2cc4757f2bc (patch) | |
| tree | 0b363cd3c417c626409564d4d6fd10463e3f41a7 /gnu/usr.bin/Makefile | |
| parent | 2fe1eb28ab5b4bf7f896faf0299046ffa95edf7a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index d1795b03f5fa9..1aad223db8db4 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,11 @@ # $FreeBSD$ -SUBDIR= awk bc binutils cpio dc dialog diff diff3 gperf \ - grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo +SUBDIR= awk bc binutils cpio dc dialog diff diff3 \ + grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo + +.if ${CXX:T} != "c++" +SUBDIR+=gperf groff +.endif .if !defined(NO_CVS) SUBDIR+=cvs |
