Deleted Added
full compact
Makefile (81595) Makefile (85724)
1# $FreeBSD: head/gnu/usr.bin/Makefile 81595 2001-08-13 19:04:26Z peter $
1# $FreeBSD: head/gnu/usr.bin/Makefile 85724 2001-10-30 08:56:50Z obrien $
2
2
3SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
3SUBDIR= bc binutils cc cpio dc dialog diff diff3 gperf \
4 grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
5
6.if !defined(NO_CVS)
7SUBDIR+=cvs
8.endif
9
10.if defined(WANT_AOUT)
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=as ld
13.endif
14.endif
15
16.if !defined(NOPERL) && exists(${.CURDIR}/perl)
17SUBDIR+=perl
18.endif
19
20.include <bsd.subdir.mk>
4 grep groff gzip man patch ptx rcs sdiff send-pr sort tar texinfo
5
6.if !defined(NO_CVS)
7SUBDIR+=cvs
8.endif
9
10.if defined(WANT_AOUT)
11.if ${MACHINE_ARCH} == "i386"
12SUBDIR+=as ld
13.endif
14.endif
15
16.if !defined(NOPERL) && exists(${.CURDIR}/perl)
17SUBDIR+=perl
18.endif
19
20.include <bsd.subdir.mk>