Mark Murray 95f435e76a Remove ptx. It is not used anywhere in the base system, has not been
maintained for years and is very old code. If there is any need for
it, I suspect that ports would be a better place.

No objection from:	current@freebsd.org
2002-05-21 09:20:34 +00:00

21 lines
317 B
Makefile

# $FreeBSD$
SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \
grep gzip man patch rcs sdiff send-pr sort tar texinfo
.if ${CXX:T} != "c++"
SUBDIR+=groff
.endif
.if !defined(NO_CVS)
SUBDIR+=cvs
.endif
.if defined(WANT_AOUT)
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=as ld
.endif
.endif
.include <bsd.subdir.mk>