diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-18 00:20:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-18 00:20:01 +0000 |
| commit | ef446fb2c6cc9e0a95e6917aa0a04518926fc7cb (patch) | |
| tree | a909780f11588e88403f1a9ffd56a87f4ca1393b /gnu | |
| parent | 00900fed40428d23fe3e7ac02f1522654c2a8196 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 430d3e0569606..44a83b99a172c 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -3,8 +3,8 @@ SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \ grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo -.if ${CXX} != "c++" -SUBDIR+=gperf groff +.if ${CXX:T} != "c++" +SUBDIR+=groff .endif .if !defined(NO_CVS) |
