13 lines
155 B
Makefile
13 lines
155 B
Makefile
|
|
||
|
INCSDIR= /usr/include
|
||
|
|
||
|
INCS+= configfile.h
|
||
|
|
||
|
NOOBJ= # defined
|
||
|
|
||
|
SUBDIR+= ${MACHINE_ARCH}
|
||
|
SUBDIR+= net sys
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
.include <bsd.subdir.mk>
|