mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
12 lines
185 B
Makefile
12 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/03/10 21:41:05 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKPIC} != "no"
|
|
|
|
SUBDIR= ext_log ext_normalize ext_rndblock
|
|
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|