0536e8e6b3
XXX docs are left out for the moment the recover script is also left out, but provided by the older vi The src/usr.bin/nvi directory is not descended into yet, but is otherwise functional
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/05/20 18:04:16 aymeric Exp $
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
SUBDIR+= catalog
|
|
.endif
|
|
|
|
SUBDIR+= build
|
|
|
|
#
|
|
# Don't descend into docs/ and recover/ for now, we leave the old versions.
|
|
# Recover should be fine for our two versions of nvi.
|
|
# I will take care of the documentation later.
|
|
#
|
|
#.if make(install)
|
|
#SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
|
|
#SUBDIR+= docs/USD.doc/vitut
|
|
#SUBDIR+= recover
|
|
#.endif
|
|
|
|
.include <bsd.subdir.mk>
|