Deleted Added
full compact
Makefile (43561) Makefile (49192)
1# Build the add-in FORTH interpreter
2SUBDIR+= ficl
3
4# Pick the machine-dependant subdir based on the target architecture.
5SUBDIR+= ${MACHINE}
6
1# Build the add-in FORTH interpreter
2SUBDIR+= ficl
3
4# Pick the machine-dependant subdir based on the target architecture.
5SUBDIR+= ${MACHINE}
6
7# Build ARC / AlphaBIOS executable on the Alpha
8.if ${MACHINE} == "alpha"
9SUBDIR+= arc
10.endif
11
7.include <bsd.subdir.mk>
12.include <bsd.subdir.mk>