From owner-cvs-usrbin Wed Nov 6 14:46:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04180 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 14:46:46 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04139; Wed, 6 Nov 1996 14:46:33 -0800 (PST) Date: Wed, 6 Nov 1996 14:46:33 -0800 (PST) From: Joerg Wunsch Message-Id: <199611062246.OAA04139@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/06 14:46:31 Branch: usr.bin/vi RELENG_2_2 Modified: usr.bin/vi Makefile Log: Add hooks to allow the build of a vi without Tcl or Perl APIs in an environment where either or both are normally to be built. The next commit to release/Makefile will use these hooks for the creation of the `fixit' floppy. (Failing to find a better method, we might also consider pulling them into -current. By now, they just live in the 2.2 branch only.) Agreed by: jkh,phk,peter Revision Changes Path 1.3.2.2 +23 -4 src/usr.bin/vi/Makefile