diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-10-19 19:32:06 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-10-19 19:32:06 +0000 |
| commit | 016e7731e7c8f0a0776d691e439378fdf51b64a3 (patch) | |
| tree | 37938c0d3dd175283df87c160dfbd0e7c837ae26 /gnu/lib | |
| parent | 4d76235fe3484e46f4746dbb1cc55712401b7beb (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index fa2a6218f170..1090b015bb16 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -5,18 +5,9 @@ SUBDIR= csu libgcc libregex SUBDIR.${MK_DIALOG}+= libdialog - -.if ${MK_GCC} != "no" -SUBDIR+= libgcov libgomp -.endif - -.if ${MK_SSP} != "no" -SUBDIR+= libssp -.endif - -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_GCC}+= libgcov libgomp +SUBDIR.${MK_SSP}+= libssp +SUBDIR.${MK_TESTS}+= tests .if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no" SUBDIR+= libreadline |
