NetBSD/gnu/usr.bin/Makefile

18 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.46 1998/04/09 00:05:15 tv Exp $
# XXX Temporary for USE_EGCS
.include <bsd.own.mk>
SUBDIR+= bc cpio dc diff diff3 gawk grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar
SUBDIR+= gas gdb ld
.ifdef USE_EGCS
SUBDIR+= egcs
.else
SUBDIR+= gcc
.endif
.include <bsd.subdir.mk>