minix/usr.bin/nvi/Makefile
Lionel Sambuc 3e1db26a5a Termcap update, replacing elvis by nvi.
Removing elvis, importing nvi, ctags, updating libedit.

Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
2013-01-24 07:44:38 +01:00

22 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>