NetBSD/gnu/usr.bin/gdb/Makefile

14 lines
314 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 1997/06/25 07:22:19 mikel Exp $
1993-03-21 12:45:37 +03:00
1997-06-23 17:25:41 +04:00
.if (${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "m68k") || \
(${MACHINE_ARCH} == "ns32k") || \
(${MACHINE_ARCH} == "sparc") || \
(${MACHINE_ARCH} == "vax")
SUBDIR= bfd readline libiberty gdb
.else
1997-06-23 17:25:41 +04:00
SUBDIR= gdb
.endif
1993-03-21 12:45:37 +03:00
1994-01-28 15:36:46 +03:00
.include <bsd.subdir.mk>