Remove send-pr from the build.
[dragonfly.git] / gnu / usr.bin / Makefile
1 # $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $
2 # $DragonFly: src/gnu/usr.bin/Makefile,v 1.3 2003/11/04 15:16:28 eirikn Exp $
3
4 SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
5         grep groff gzip man patch ptx rcs sdiff sort tar texinfo
6
7 .if !defined(NO_CVS)
8 SUBDIR+=cvs
9 .endif
10
11 .if ${MACHINE_ARCH} == "i386"
12 SUBDIR+=as ld
13 .endif
14
15 .if !defined(NOPERL) && exists(${.CURDIR}/perl)
16 SUBDIR+=perl
17 .endif
18
19 .include <bsd.subdir.mk>