dccbc08d92
files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
8 lines
170 B
Makefile
8 lines
170 B
Makefile
# Build the add-in FORTH interpreter
|
|
SUBDIR+= ficl
|
|
|
|
# Pick the machine-dependant subdir based on the target architecture.
|
|
SUBDIR+= ${MACHINE}
|
|
|
|
.include <bsd.subdir.mk>
|