summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index c215195b95..da88b24473 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -53,11 +53,12 @@ routines := brk sbrk sstk ioctl \
chflags fchflags \
insremque getttyent getusersh getpass ttyslot \
syslog syscall \
- mmap munmap mprotect msync
+ mmap munmap mprotect msync madvise
aux := data_start progname
distribute := bsd-compat.c
extra-objs := bsd-compat.o
install-lib := libbsd-compat.a
+non-lib.a := libbsd-compat.a
include ../Rules