1.include <bsd.own.mk> 2 3.if ${MKIMAGEONLY} == "no" 4SUBDIR+= pty 5.endif # ${MACHINE_ARCH} == "i386" 6 7SUBDIR+= tty 8 9.include <bsd.subdir.mk> 10