NetBSD/gnu/Makefile

15 lines
208 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/01/22 04:19:48 thorpej Exp $
1993-04-29 16:42:53 +04:00
SUBDIR+= lib usr.bin
.if (${MACHINE_ARCH} != "alpha")
.if exists(games)
SUBDIR+= games
.endif
SUBDIR+= libexec
.endif
1993-04-29 16:42:53 +04:00
.include <bsd.subdir.mk>