885f7abecf
- move modules to from /usr/lib to /lib - centralize make rules
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>
|