NetBSD/usr.bin/vi/Makefile

12 lines
247 B
Makefile
Raw Normal View History

2001-04-12 01:01:44 +04:00
# $NetBSD: Makefile,v 1.10 2001/04/11 21:01:44 aymeric Exp $
2001-03-31 15:37:44 +04:00
SUBDIR= catalog 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>