diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-10-09 23:05:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-10-09 23:05:31 +0000 |
| commit | ddd96d231d6141877d1d51c88bb7306437a80102 (patch) | |
| tree | 24320d1eb9858e4c818b711b7d5127b1d1d29a61 /gnu/usr.bin | |
| parent | a6897b9320e25fc87ee58675bb2ff3ed075b8cbf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 7b1482d53593..a32019149ae0 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -18,7 +18,9 @@ SUBDIR= ${_binutils} \ ${_texinfo} .if ${MK_CXX} != "no" +.if ${MK_GCC} != "no" _gperf= gperf +.endif .if ${MK_GROFF} != "no" _groff= groff .endif |
