Deleted Added
full compact
Makefile (59355) Makefile (59393)
1# $FreeBSD: head/bin/csh/Makefile 59355 2000-04-18 07:31:36Z obrien $
1# $FreeBSD: head/bin/csh/Makefile 59393 2000-04-19 15:15:19Z obrien $
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

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

30MAN1= csh.1
31# MLINKS for Shell built in commands for which there are no userland
32# utilities of the same name are handled with the associated manpage,
33# builtin.1 in share/man/man1/.
34
35DPADD+= ${LIBNCURSES} ${LIBCRYPT}
36LDADD+= -lncurses -lcrypt
37
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

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

30MAN1= csh.1
31# MLINKS for Shell built in commands for which there are no userland
32# utilities of the same name are handled with the associated manpage,
33# builtin.1 in share/man/man1/.
34
35DPADD+= ${LIBNCURSES} ${LIBCRYPT}
36LDADD+= -lncurses -lcrypt
37
38LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
39
38csh.1: tcsh.man
39 ln -sf ${.ALLSRC} ${.TARGET}
40
41GENHDRS+= ed.defns.h tc.const.h sh.err.h
42SRCS+= ${GENHDRS}
43CLEANFILES+= ${GENHDRS}
44
45ed.defns.h: ed.defns.c

--- 26 unchanged lines hidden ---
40csh.1: tcsh.man
41 ln -sf ${.ALLSRC} ${.TARGET}
42
43GENHDRS+= ed.defns.h tc.const.h sh.err.h
44SRCS+= ${GENHDRS}
45CLEANFILES+= ${GENHDRS}
46
47ed.defns.h: ed.defns.c

--- 26 unchanged lines hidden ---