patch(1) problems workaround
[minix3.git] / lib / libcompat_minix / Makefile
blob391ee3f66318e853d699e40af0339e70881b4f5d
1 NOGCCERROR=yes
2 NOCLANGERROR=yes
4 .include <bsd.own.mk>
6 LIB= compat_minix
7 USE_SHLIBDIR= yes
9 .PATH: ${.CURDIR}
11 # std_err()
12 SRCS+= stderr.c
14 # Configfile Library.
15 SRCS+= configfile.c
17 # Minix 'mtab' handling functions.
19 # These should be changed when we switch to
20 # NetBSD's 'mtab' format.
21 SRCS+= mtab.c
23 SUBDIR+= pkgconfig include
25 .include <bsd.lib.mk>
26 .include <bsd.subdir.mk>