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