mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
13 lines
199 B
Makefile
13 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/04/08 17:24:55 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKCVS} != "no")
|
|
SUBDIR+= xcvs
|
|
.endif
|
|
.if (${MKLVM} != "no")
|
|
SUBDIR+= lvm2
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|