1997-07-21 04:48:06 +00:00
|
|
|
# $NetBSD: Makefile,v 1.6 1997/07/21 04:48:06 mrg Exp $
|
1993-04-29 12:42:53 +00:00
|
|
|
|
1995-04-23 07:49:43 +00:00
|
|
|
SUBDIR+= lib usr.bin
|
1997-01-22 04:19:48 +00:00
|
|
|
|
|
|
|
.if exists(games)
|
|
|
|
SUBDIR+= games
|
|
|
|
.endif
|
|
|
|
|
1997-07-21 04:48:06 +00:00
|
|
|
.if (${MACHINE_ARCH} != "alpha")
|
1997-01-22 04:19:48 +00:00
|
|
|
SUBDIR+= libexec
|
1995-04-23 07:49:43 +00:00
|
|
|
.endif
|
1993-04-29 12:42:53 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|