1994-08-17 20:35:15 +04:00
|
|
|
# @(#)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
|
1994-09-19 09:13:35 +04:00
|
|
|
|
|
|
|
.if make(install)
|
|
|
|
SUBDIR+=USD.doc/edit USD.doc/exref USD.doc/vi.ref USD.doc/vitut
|
|
|
|
.endif
|
|
|
|
|
1994-08-17 20:35:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|