2001-11-01 00:13:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.15 2001/10/31 21:13:24 jdolecek Exp $
|
2001-08-14 16:00:01 +04:00
|
|
|
|
|
|
|
.if (${MACHINE} == "sparc64")
|
|
|
|
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")
|
2001-10-31 21:30:18 +03:00
|
|
|
SUBDIR+= freebsd linux svr4
|
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")
|
2000-12-08 23:15:11 +03:00
|
|
|
SUBDIR+= aoutm68k linux sunos svr4
|
|
|
|
.endif
|
|
|
|
|
2001-02-08 15:58:12 +03:00
|
|
|
.if (${MACHINE_ARCH} == "mipsel")
|
2000-12-08 23:15:11 +03:00
|
|
|
SUBDIR+= ultrix
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MACHINE} == "sparc")
|
|
|
|
SUBDIR+= aout sunos svr4
|
1996-08-28 10:17:23 +04:00
|
|
|
.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>
|