freebsd-dev/gnu/usr.bin/Makefile
Peter Wemm da2f648f0b Update bmake glue for cvs-1.11.15, with apologies to Jacques for messing
up his day.  The *.patch files are still fine for MFC'ing.
2004-04-15 01:54:28 +00:00

23 lines
362 B
Makefile

# $FreeBSD$
SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 \
${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
.if !defined(NO_TOOLCHAIN)
_cc=cc
_binutils=binutils
.endif
.if !defined(NO_CXX)
.if ${MACHINE_ARCH} != "powerpc"
_gperf=gperf
.endif
SUBDIR+=groff
.endif
.if !defined(NO_CVS)
SUBDIR+=cvs
.endif
.include <bsd.subdir.mk>