Makefile (cb7f1224bbe85d9e1f650d89d2396419baf06676) Makefile (ff5fcc93d41b91987f974b2afeb857e5bb7400c6)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $Id: Makefile,v 1.108 1998/08/30 02:48:12 jb Exp $
2# $Id: Makefile,v 1.109 1998/08/30 20:28:50 gpalmer Exp $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
7# Moved to secure: bdes
8#
9SUBDIR= apply \
10 at \

--- 205 unchanged lines hidden (view full) ---

216 systat \
217 truss \
218 vmstat
219.if ${OBJFORMAT} == aout
220SUBDIR+=doscmd
221.endif
222.endif
223
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
7# Moved to secure: bdes
8#
9SUBDIR= apply \
10 at \

--- 205 unchanged lines hidden (view full) ---

216 systat \
217 truss \
218 vmstat
219.if ${OBJFORMAT} == aout
220SUBDIR+=doscmd
221.endif
222.endif
223
224.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
225 exists(${.CURDIR}/tclsh) && exists (${.CURDIR}/../lib/libtcl)
226SUBDIR+=tclsh
227.endif
228
229.include <bsd.subdir.mk>
224.include <bsd.subdir.mk>