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

Annotation of src/usr.bin/vi/Makefile, Revision 1.1.1.1

1.1       deraadt     1: #      @(#)Makefile    8.2 (Berkeley) 8/16/94
                      2: #
                      3: # This Makefile is ONLY correct for 4.4BSD style source trees.  If you're
                      4: # not using a system with that setup, it's not going to work.  Read the
                      5: # files README and PORT/README for information on building nvi for other
                      6: # systems.
                      7:
                      8: SUBDIR= common
                      9:
                     10: .if make(install)
                     11: SUBDIR+=USD.doc/edit USD.doc/exref USD.doc/vi.ref USD.doc/vitut
                     12: .endif
                     13:
                     14: .include <bsd.subdir.mk>