Deleted Added
full compact
Makefile (103435) Makefile (111204)
1# $FreeBSD: head/gnu/usr.bin/Makefile 103435 2002-09-17 01:43:21Z obrien $
1# $FreeBSD: head/gnu/usr.bin/Makefile 111204 2003-02-21 02:30:51Z obrien $
2
2
3.if ${MACHINE_ARCH} != "powerpc"
4_gperf=gperf
5.endif
6
3SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
7SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
4 gperf grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
8 ${_gperf} grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
5
6.if !defined(NO_CVS)
7SUBDIR+=cvs
8.endif
9
10.include <bsd.subdir.mk>
9
10.if !defined(NO_CVS)
11SUBDIR+=cvs
12.endif
13
14.include <bsd.subdir.mk>