diff options
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 7a233f5486..d7982d2b79 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -57,6 +57,9 @@ routines := brk sbrk sstk ioctl \ hsearch hsearch_r tsearch lsearch \ err error ustat \ getsysstats dirname regexp + +include ../Makeconfig + aux := init-misc ifeq ($(build-static),yes) install-lib := libbsd-compat.a libg.a |