blob: c0090726ed1859edb6d7fbc6198b29b1959aac51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2016/01/12 22:58:00 christos Exp $
.include <bsd.own.mk>
SUBDIR= lib .WAIT info bin
.if ${MKNLS} != "no"
SUBDIR+=locale
.endif
.include <bsd.subdir.mk>
|