freebsd-dev/gnu/usr.bin/Makefile

30 lines
492 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1994-01-30 00:31:51 +00:00
SUBDIR= bc ${_binutils} ${_cc} cpio dc dialog diff diff3 ${_gdb} \
${_gperf} grep gzip man patch rcs sdiff send-pr sort tar texinfo
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
NO_GDB= not yet
.endif
.if !defined(NO_TOOLCHAIN)
_cc=cc
_binutils=binutils
.if !defined(NO_GDB)
_gdb=gdb
.endif
.endif
.if !defined(NO_CXX)
.if ${MACHINE_ARCH} != "powerpc"
_gperf=gperf
.endif
SUBDIR+=groff
.endif
.if !defined(NO_CVS)
SUBDIR+=cvs
.endif
1994-01-30 00:31:51 +00:00
.include <bsd.subdir.mk>