diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1d33522..ebe1692 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -46,4 +46,6 @@ SUBDIR+= libm SUBDIR+= msun .endif +SUBDIR+= compat + .include <bsd.subdir.mk> |