minix/minix/lib/libcompat_minix/Makefile
Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

27 lines
382 B
Makefile

NOGCCERROR=yes
NOCLANGERROR=yes
.include <bsd.own.mk>
LIB= compat_minix
USE_SHLIBDIR= yes
.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
SUBDIR+= pkgconfig include
.include <bsd.lib.mk>
.include <bsd.subdir.mk>