9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $NetBSD: Makefile,v 1.4 1995/04/23 07:49:43 cgd Exp $
|
|
|
|
SUBDIR+= lib usr.bin
|
|
.if (${MACHINE_ARCH} != "alpha")
|
|
SUBDIR+= games libexec
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|