diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-05-18 15:02:35 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-05-18 15:02:35 +0000 |
| commit | d485dbc7d85eb23bde46d9d9d17cd3a2f863c5d4 (patch) | |
| tree | b7fd1ecb67064133fd5c147c5cfface1a2274719 /gnu/lib | |
| parent | 747c0dd67cd3da993c8766c1f8d128a49ae27293 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 6d28e132846a..a208c79c37a7 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -2,10 +2,10 @@ .include <src.opts.mk> -SUBDIR= csu libgcc libgcov libdialog libregex libreadline +SUBDIR= csu libgcc libdialog libregex libreadline .if ${MK_GCC} != "no" -SUBDIR+= libgomp +SUBDIR+= libgcov libgomp .endif .if ${MK_SSP} != "no" |
