2013-12-06 12:04:52 +01:00
|
|
|
NOGCCERROR=yes
|
|
|
|
NOCLANGERROR=yes
|
|
|
|
|
2011-03-18 17:08:26 +01:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= compat_minix
|
2012-03-31 02:28:03 +02:00
|
|
|
USE_SHLIBDIR= yes
|
2011-03-18 17:08:26 +01:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
|
|
|
|
# std_err()
|
|
|
|
SRCS+= stderr.c
|
|
|
|
|
|
|
|
# Configfile Library.
|
|
|
|
SRCS+= configfile.c
|
|
|
|
|
|
|
|
# Minix 'mtab' handling functions.
|
|
|
|
#
|
|
|
|
# These should be changed when we switch to
|
|
|
|
# NetBSD's 'mtab' format.
|
|
|
|
SRCS+= mtab.c
|
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
SUBDIR+= pkgconfig include
|
2011-06-27 05:16:29 +02:00
|
|
|
|
2011-03-18 17:08:26 +01:00
|
|
|
.include <bsd.lib.mk>
|
2013-12-06 12:04:52 +01:00
|
|
|
.include <bsd.subdir.mk>
|