NetBSD/usr.bin/vi/Makefile

18 lines
318 B
Makefile
Raw Normal View History

2006-10-09 01:47:21 +04:00
# $NetBSD: Makefile,v 1.12 2006/10/08 21:47:21 dogcow Exp $
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
2006-10-09 01:47:21 +04:00
SUBDIR+= catalog recover
.endif
SUBDIR+= build
1994-09-19 09:13:35 +04:00
.if make(install)
2001-04-12 01:01:44 +04:00
SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
SUBDIR+= docs/USD.doc/vitut
SUBDIR+= recover
1994-09-19 09:13:35 +04:00
.endif
.include <bsd.subdir.mk>