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