Deleted Added
full compact
Makefile (59393) Makefile (59432)
1# $FreeBSD: head/bin/csh/Makefile 59393 2000-04-19 15:15:19Z obrien $
1# $FreeBSD: head/bin/csh/Makefile 59432 2000-04-20 08:58:11Z ache $
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
10.PATH: ${TCSHDIR}
11
12PROG= csh
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
10.PATH: ${TCSHDIR}
11
12PROG= csh
13SUBDIR= nls
13DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"'
14CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
15SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
16 sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
17 sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
18 sh.set.c sh.time.c sh.h sh.char.h sh.dir.h sh.proc.h
19SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
20SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \

--- 53 unchanged lines hidden ---
14DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"'
15CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
16SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
17 sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
18 sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
19 sh.set.c sh.time.c sh.h sh.char.h sh.dir.h sh.proc.h
20SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
21SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \

--- 53 unchanged lines hidden ---