NetBSD/gnu/Makefile

14 lines
203 B
Makefile
Raw Normal View History

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
SUBDIR+= lib usr.bin
.if exists(games)
SUBDIR+= games
.endif
1997-07-21 08:48:06 +04:00
.if (${MACHINE_ARCH} != "alpha")
SUBDIR+= libexec
.endif
1993-04-29 16:42:53 +04:00
.include <bsd.subdir.mk>