freebsd-skq/gnu/usr.bin/Makefile
delphij e8b5891bf4 MFC: Replace gzip(1) with the BSD licensed version found in -HEAD.
Discussed with:	re, so, portmgr (kris)

All bugs are mine.
2007-02-20 08:33:32 +00:00

46 lines
525 B
Makefile

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