[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / vi

File: [local] / src / usr.bin / vi / Makefile (download)

Revision 1.1, Wed Oct 18 08:46:33 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

#	@(#)Makefile	8.2 (Berkeley) 8/16/94
#
# This Makefile is ONLY correct for 4.4BSD style source trees.  If you're
# not using a system with that setup, it's not going to work.  Read the
# files README and PORT/README for information on building nvi for other
# systems.

SUBDIR= common

.if make(install)
SUBDIR+=USD.doc/edit USD.doc/exref USD.doc/vi.ref USD.doc/vitut
.endif

.include <bsd.subdir.mk>