2002-11-30 16:41:40 +03:00
|
|
|
# $NetBSD: Makefile,v 1.20 2002/11/30 13:41:40 jdolecek Exp $
|
2001-08-14 16:00:01 +04:00
|
|
|
|
2002-02-10 19:25:35 +03:00
|
|
|
.if (${MACHINE_ARCH} == "sparc64")
|
2001-08-14 16:00:01 +04:00
|
|
|
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
|
|
|
|
.endif
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1996-08-23 09:38:53 +04:00
|
|
|
.if (${MACHINE} == "i386")
|
2002-03-25 09:52:41 +03:00
|
|
|
SUBDIR+= freebsd linux svr4 pecoff
|
1996-08-23 09:38:53 +04:00
|
|
|
.endif
|
2001-08-14 16:00:01 +04:00
|
|
|
|
|
|
|
# These are untested, but do compile. Once they are tested,
|
|
|
|
# move them above.
|
|
|
|
|
|
|
|
.if !make(install)
|
1996-08-23 00:18:07 +04:00
|
|
|
|
2000-12-08 23:15:11 +03:00
|
|
|
.if (${MACHINE} == "alpha")
|
|
|
|
SUBDIR+= linux osf1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MACHINE} == "hp300")
|
|
|
|
SUBDIR+= hpux
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MACHINE} == "i386")
|
2001-11-01 00:13:23 +03:00
|
|
|
SUBDIR+= aout ibcs2
|
1996-08-28 10:17:23 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} == "m68k")
|
2002-02-16 14:02:37 +03:00
|
|
|
SUBDIR+= aoutm68k sunos svr4
|
2000-12-08 23:15:11 +03:00
|
|
|
.endif
|
|
|
|
|
2001-02-08 15:58:12 +03:00
|
|
|
.if (${MACHINE_ARCH} == "mipsel")
|
2000-12-08 23:15:11 +03:00
|
|
|
SUBDIR+= ultrix
|
|
|
|
.endif
|
|
|
|
|
2002-02-10 19:25:35 +03:00
|
|
|
.if (${MACHINE_ARCH} == "sparc")
|
2002-02-10 18:40:32 +03:00
|
|
|
SUBDIR+= sunos svr4
|
1996-08-28 10:17:23 +04:00
|
|
|
.endif
|
2000-12-08 23:15:11 +03:00
|
|
|
|
2002-11-30 16:41:40 +03:00
|
|
|
.if (${MACHINE} == "sgimips")
|
|
|
|
SUBDIR+= irix
|
|
|
|
.endif
|
|
|
|
|
2000-12-08 23:15:11 +03:00
|
|
|
.if (${MACHINE_ARCH} == "vax")
|
|
|
|
SUBDIR+= ibcs2 ultrix
|
1997-02-18 09:08:50 +03:00
|
|
|
.endif
|
1996-08-28 10:17:23 +04:00
|
|
|
|
2000-12-08 23:20:23 +03:00
|
|
|
.endif # !make(install)
|
1996-08-28 10:17:23 +04:00
|
|
|
|
1996-08-23 00:18:07 +04:00
|
|
|
.include <bsd.subdir.mk>
|