1997-01-22 07:19:48 +03:00
|
|
|
# $NetBSD: Makefile,v 1.5 1997/01/22 04:19:48 thorpej 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
|
|
|
|
1995-04-23 11:49:43 +04:00
|
|
|
.if (${MACHINE_ARCH} != "alpha")
|
1997-01-22 07:19:48 +03:00
|
|
|
|
|
|
|
.if exists(games)
|
|
|
|
SUBDIR+= games
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= libexec
|
1995-04-23 11:49:43 +04:00
|
|
|
.endif
|
1993-04-29 16:42:53 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|