16 lines
277 B
Makefile
16 lines
277 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/05/20 19:02:19 ad Exp $
|
|
|
|
SUBDIR= cd9660
|
|
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>
|