minix/include/minix/Makefile
Thomas Veerman f93afa00e9 Remove MINIXSRCDIR and use NETBSDSRCDIR
NETBSDSRCDIR is used all over the place anyway, and this reduces
our diff with NetBSD a little.
2012-06-18 10:53:35 +00:00

13 lines
256 B
Makefile

NOOBJ= # defined
.include <bsd.own.mk>
INCSDIR= /usr/include/minix
INCS+= dirent.h paths.h types.h
.include "${NETBSDSRCDIR}/common/include/sys/Makefile.mount.inc"
.include "${NETBSDSRCDIR}/common/include/Makefile.termios.inc"
.include <bsd.kinc.mk>