18 lines
375 B
Makefile
18 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.18 2002/09/17 23:18:30 thorpej Exp $
|
|
|
|
NOOBJ=# defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk)
|
|
|
|
SUBDIR+= backend frontend cpp0 gcov .WAIT \
|
|
cc1 cc1obj cc1plus cpp f771 g++ g77 gcc protoize unprotoize
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
.else
|
|
# Do nothing. (PROG undefined)
|
|
.include <bsd.prog.mk>
|
|
.endif
|