diff options
Diffstat (limited to 'lib/msun')
-rw-r--r-- | lib/msun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index cebfbd7ba556..820855c86a75 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -12,7 +12,7 @@ # # -PACKAGE=lib${LIB} +PACKAGE= clibs .if ${MACHINE_CPUARCH} == "i386" ARCH_SUBDIR= i387 .else |