9 lines
85 B
Makefile
9 lines
85 B
Makefile
|
|
||
|
INCSDIR= /usr/include/minix
|
||
|
|
||
|
INCS+= termios.h
|
||
|
|
||
|
SUBDIR+= sys
|
||
|
|
||
|
.include <bsd.kinc.mk>
|