From owner-cvs-user Sat Apr 12 00:06:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA18275 for cvs-user-outgoing; Sat, 12 Apr 1997 00:06:14 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA18267; Sat, 12 Apr 1997 00:06:11 -0700 (PDT) Date: Sat, 12 Apr 1997 00:06:11 -0700 (PDT) From: Peter Wemm Message-Id: <199704120706.AAA18267@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/lib Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/04/12 00:06:10 Modified: lib Makefile Log: Put on my flame proof suit and make libtcl build conditional on the src/contrib/tcl directory existing, and also have an /etc/make.conf override (NOTCL) to stop building libtcl. This is in similar other things from src/Makefile, eg: NOGAMES, NOLKM, etc. This is so that people can put in a refuse entry in their cvsup files and not fetch the tcl code, and have it not built automatically. I'll do something similar for perl. Revision Changes Path 1.53 +6 -3 src/lib/Makefile