10 lines
138 B
Makefile
10 lines
138 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MKIMAGEONLY} == "no"
|
||
|
SUBDIR+= pty
|
||
|
.endif # ${MACHINE_ARCH} == "i386"
|
||
|
|
||
|
SUBDIR+= tty
|
||
|
|
||
|
.include <bsd.subdir.mk>
|