Deleted Added
full compact
Makefile (114510) Makefile (115898)
1# $FreeBSD: head/bin/csh/Makefile 114510 2003-05-02 06:39:13Z obrien $
1# $FreeBSD: head/bin/csh/Makefile 115898 2003-06-06 13:46:55Z kuriyama $
2# @(#)Makefile 8.1 (Berkeley) 5/31/93
3#
4# C Shell with process control; VM/UNIX VAX Makefile
5# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
6#
7# To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile.
8
9TCSHDIR= ${.CURDIR}/../../contrib/tcsh

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

68
69.for catalog in ${CATALOGS}
70NLS+= ${catalog:C/.*://}
71NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
72NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo set[0-9]*
73.endfor
74
75csh.1: tcsh.man
2# @(#)Makefile 8.1 (Berkeley) 5/31/93
3#
4# C Shell with process control; VM/UNIX VAX Makefile
5# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
6#
7# To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile.
8
9TCSHDIR= ${.CURDIR}/../../contrib/tcsh

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

68
69.for catalog in ${CATALOGS}
70NLS+= ${catalog:C/.*://}
71NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
72NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo set[0-9]*
73.endfor
74
75csh.1: tcsh.man
76 ln -sf ${.ALLSRC} ${.TARGET}
76 cat ${.ALLSRC} > ${.TARGET}
77
78build-tools: gethost
79
80gethost: gethost.c sh.err.h tc.const.h sh.h
81 @rm -f ${.TARGET}
82 ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${TCSHDIR}/gethost.c
83
84tc.defs.c: gethost ${.CURDIR}/host.defs

--- 31 unchanged lines hidden ---
77
78build-tools: gethost
79
80gethost: gethost.c sh.err.h tc.const.h sh.h
81 @rm -f ${.TARGET}
82 ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${TCSHDIR}/gethost.c
83
84tc.defs.c: gethost ${.CURDIR}/host.defs

--- 31 unchanged lines hidden ---