NetBSD/gnu/usr.bin/Makefile

18 lines
301 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.46 1998/04/09 00:05:15 tv Exp $
# XXX Temporary for USE_EGCS
.include <bsd.own.mk>
1995-09-27 15:46:07 +03:00
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>