NetBSD/gnu/usr.bin/Makefile

23 lines
685 B
Makefile
Raw Normal View History

1995-12-31 07:00:00 +03:00
# $NetBSD: Makefile,v 1.30 1995/12/31 04:00:00 thorpej Exp $
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
1995-12-21 01:33:59 +03:00
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "ns32k") || \
1995-12-31 07:00:00 +03:00
(${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || \
(${MACHINE} == "hp300")
SUBDIR+= gas gcc gdb ld
1995-12-31 05:28:59 +03:00
.else if (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "sparc")
SUBDIR+= gas gcc2 gdb ld
.endif
1995-12-31 05:28:59 +03:00
# XXX alpha still needs the /usr/bin/cpp script.
.if (${MACHINE_ARCH} == "alpha")
afterinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(.CURDIR)/gcc2/cpp/usr.bin.cpp.sh $(DESTDIR)/usr/bin/cpp
.endif
.include <bsd.subdir.mk>