afa4fd56ac
Change-Id: If1f5901a53bbc454c04ee33ebb469a58f0566df7
26 lines
396 B
Makefile
26 lines
396 B
Makefile
.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
|
|
|
|
.include "include/Makefile.inc"
|
|
|
|
.include <bsd.own.mk>
|
|
SUBDIR+= pkgconfig
|
|
.include <bsd.subdir.mk>
|
|
|
|
.include <bsd.lib.mk>
|