13 lines
252 B
Makefile
13 lines
252 B
Makefile
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
INCSDIR= /usr/netbsd/include/minix
|
|
|
|
INCS+= paths.h types.h
|
|
|
|
.include "${MINIXSRCDIR}/common/include/sys/Makefile.mount.inc"
|
|
.include "${MINIXSRCDIR}/common/include/Makefile.termios.inc"
|
|
|
|
.include <bsd.kinc.mk>
|