Deleted Added
full compact
Makefile (271771) Makefile (275028)
1# $FreeBSD: head/bin/csh/Makefile 271771 2014-09-18 14:41:57Z will $
1# $FreeBSD: head/bin/csh/Makefile 275028 2014-11-25 11:15:40Z bapt $
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
9.include <src.opts.mk>

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

35GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
36SRCS+= ${GENHDRS}
37
38MLINKS= csh.1 tcsh.1
39# MLINKS for Shell built in commands for which there are no userland
40# utilities of the same name are handled with the associated manpage,
41# builtin.1 in share/man/man1/.
42
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
9.include <src.opts.mk>

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

35GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
36SRCS+= ${GENHDRS}
37
38MLINKS= csh.1 tcsh.1
39# MLINKS for Shell built in commands for which there are no userland
40# utilities of the same name are handled with the associated manpage,
41# builtin.1 in share/man/man1/.
42
43DPADD= ${LIBTERMCAPW} ${LIBCRYPT}
44LDADD= -ltermcapw -lcrypt
43LIBADD= termcapw crypt
45
46LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
47
48CLEANFILES= ${GENHDRS} gethost csh.1
49
50.if ${MK_EXAMPLES} != "no"
51FILESDIR= ${SHAREDIR}/examples/tcsh
52FILES= complete.tcsh csh-mode.el

--- 99 unchanged lines hidden ---
44
45LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
46
47CLEANFILES= ${GENHDRS} gethost csh.1
48
49.if ${MK_EXAMPLES} != "no"
50FILESDIR= ${SHAREDIR}/examples/tcsh
51FILES= complete.tcsh csh-mode.el

--- 99 unchanged lines hidden ---