1996-08-28 10:17:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 1996/08/28 06:17:23 mrg Exp $
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1996-08-23 09:38:53 +04:00
|
|
|
.if (${MACHINE} == "i386")
|
1996-08-28 10:17:23 +04:00
|
|
|
SUBDIR+= freebsd linux
|
1996-08-23 09:38:53 +04:00
|
|
|
.endif
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1996-08-28 10:17:23 +04:00
|
|
|
.if (${MACHINE} == "sparc")
|
|
|
|
SUBDIR+= sunos svr4
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} == "m68k")
|
|
|
|
SUBDIR+= sunos
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
1996-08-23 00:18:07 +04:00
|
|
|
.include <bsd.subdir.mk>
|