ca987d4641
Sponsored by: Netflix
21 lines
287 B
Makefile
21 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR+= libsa
|
|
.if ${MK_FORTH} != "no"
|
|
# Build the add-in FORTH interpreter.
|
|
SUBDIR+= ficl
|
|
SUBDIR+= forth
|
|
.endif
|
|
|
|
SUBDIR+= man
|
|
|
|
.include <bsd.arch.inc.mk>
|
|
|
|
.if exists(${.CURDIR}/${MACHINE}/.)
|
|
SUBDIR+= ${MACHINE}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|