diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8a0692b..5c7848f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -76,11 +76,9 @@ CFLAGS+= -DNS_CACHING CFLAGS+=-D_FREEFALL_CONFIG .endif -.if defined(SYMVER_ENABLED) VERSION_DEF=${.CURDIR}/Versions.def SYMBOL_MAPS=${SYM_MAPS} CFLAGS+= -DSYMBOL_VERSIONING -.endif # If there are no machine dependent sources, append all the # machine-independent sources: |