[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / modules

File: [cvs.NetBSD.org] / src / sys / modules / Makefile (download)

Revision 1.4, Mon May 19 20:22:17 2008 UTC (15 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: hpcarm-cleanup-nbase
Changes since 1.3: +3 -1 lines

Enable putter and puffs modules in build.

# $NetBSD: Makefile,v 1.4 2008/05/19 20:22:17 jmcneill Exp $

SUBDIR=		miniroot
SUBDIR+=	putter
SUBDIR+=	puffs

.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
SUBDIR+=	drm i915drm
.endif
.if ${MACHINE} == "i386"
SUBDIR+=	radeondrm
.endif

.include <bsd.subdir.mk>