Deleted Added
full compact
Makefile (114129) Makefile (119553)
1# $FreeBSD: head/gnu/usr.bin/Makefile 114129 2003-04-27 20:14:05Z obrien $
1# $FreeBSD: head/gnu/usr.bin/Makefile 119553 2003-08-29 10:35:01Z phk $
2
2
3SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
3SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 \
4 ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
5
4 ${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
5
6.if !defined(NO_TOOLCHAIN)
7_cc=cc
8_binutils=binutils
9.endif
10
6.if !defined(NO_CXX)
7.if ${MACHINE_ARCH} != "powerpc"
8_gperf=gperf
9.endif
10SUBDIR+=groff
11.endif
12
13.if !defined(NO_CVS)
14SUBDIR+=cvs
15.endif
16
17.include <bsd.subdir.mk>
11.if !defined(NO_CXX)
12.if ${MACHINE_ARCH} != "powerpc"
13_gperf=gperf
14.endif
15SUBDIR+=groff
16.endif
17
18.if !defined(NO_CVS)
19SUBDIR+=cvs
20.endif
21
22.include <bsd.subdir.mk>