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
21 lines
317 B
Makefile
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>
|