minix3/drivers/tty/Makefile

10 lines
138 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
.include <bsd.own.mk>
.if ${MKIMAGEONLY} == "no"
SUBDIR+= pty
.endif # ${MACHINE_ARCH} == "i386"
SUBDIR+= tty
.include <bsd.subdir.mk>