freebsd-dev/gnu/usr.bin/Makefile
David E. O'Brien 0bc8118778 Some things don't build for PowerPC yet.
List from:	benno
2003-02-21 02:30:51 +00:00

15 lines
257 B
Makefile

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