3e1db26a5a
Removing elvis, importing nvi, ctags, updating libedit. Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
21 lines
316 B
Makefile
21 lines
316 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/10/13 18:11:54 dyoung Exp $
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if defined(__MINIX)
|
|
SUBDIR+= build
|
|
.else
|
|
.if ${MKSHARE} != "no"
|
|
SUBDIR+= catalog
|
|
.endif
|
|
|
|
SUBDIR+= build recover
|
|
|
|
.if ${MKDOC} != "no"
|
|
SUBDIR+= docs
|
|
.endif
|
|
.endif # defined(__MINIX)
|
|
|
|
.include <bsd.subdir.mk>
|