VM: munmap used by VM for itself is no longer used
[minix.git] / lib / libcompat_minix / Makefile
blob2ee3492e440475ed3e442805f34c79c8f44ad1a7
1 .include <bsd.own.mk>
3 LIB= compat_minix
4 CPPFLAGS+= -D_MINIX_COMPAT
5 USE_SHLIBDIR= yes
7 .PATH: ${.CURDIR}
9 # std_err()
10 SRCS+= stderr.c
12 # Configfile Library.
13 SRCS+= configfile.c
15 # Minix 'mtab' handling functions.
17 # These should be changed when we switch to
18 # NetBSD's 'mtab' format.
19 SRCS+= mtab.c
21 .include "include/Makefile.inc"
23 .include <bsd.own.mk>
24 SUBDIR+= pkgconfig
25 .include <bsd.subdir.mk>
27 .include <bsd.lib.mk>