NetBSD/usr.bin/vi/Makefile

18 lines
310 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2001/05/29 21:25:23 kleink Exp $
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
SUBDIR+= catalog
.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>