blob: faadedae92c1e22a88b4a2cc93e0c85be66e2388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.10 1999/03/12 22:06:43 sommerfe Exp $
SUBDIR= common cc1 cc1plus cc1obj f771 \
c89 cc cpp collect2 g++ g77 gcov
all-cc1 all-cc1obj all-cc1plus all-f771: all-common
depend-cc1 depend-cc1obj depend-cc1plus depend-f771: depend-common
TEXINFO= cpp.texi g77.texi gcc.texi g++FAQ.texi
INFOFLAGS= -I${DIST}/gcc/cp -I${DIST}/gcc/f -I${DIST}/gcc
DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/gcc ${DIST}/gcc/cp ${DIST}/gcc/f
.include <bsd.info.mk>
.include <bsd.subdir.mk>
|