mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
Make tclsh conditional on the src/contrib/tcl directory existing, and
allow it to be disabled via NOTCL in /etc/make.conf (similar to other stuff in src/Makefile, eg: NOGAMES)
This commit is contained in:
parent
ff2edf0cf8
commit
51e16fc108
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24834
@ -1,5 +1,5 @@
|
||||
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||
# $Id: Makefile,v 1.80 1997/02/22 19:53:59 peter Exp $
|
||||
# $Id: Makefile,v 1.81 1997/03/23 18:59:47 joerg Exp $
|
||||
|
||||
# XXX MISSING: deroff diction graph learn plot
|
||||
# spell spline struct units xsend
|
||||
@ -20,13 +20,18 @@ SUBDIR= apply ar at banner basename biff brandelf cal calendar \
|
||||
printf quota ranlib rdist renice rev rlogin rpcgen \
|
||||
rpcinfo rs rsh rup ruptime rusers rwall \
|
||||
rwho script sed sgmlfmt sgmls shar showmount size soelim split \
|
||||
strings strip su symorder talk tclsh tconv tcopy tee tftp time \
|
||||
strings strip su symorder talk tconv tcopy tee tftp time \
|
||||
tip tn3270 top touch tput tr true tset tsort tty ul uname \
|
||||
unexpand unifdef uniq units unvis users uudecode uuencode vacation \
|
||||
vgrind vi vis w wall wc what whereis which who whois window \
|
||||
write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
|
||||
SUBDIR+=gprof4
|
||||
|
||||
.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
|
||||
exists(${.CURDIR}/tclsh) && exists (${.CURDIR}/../lib/libtcl)
|
||||
SUBDIR+=tclsh
|
||||
.endif
|
||||
|
||||
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
|
||||
SUBDIR+=telnet
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user