Deleted Added
full compact
1c1
< # $FreeBSD: head/bin/csh/Makefile 60029 2000-05-05 08:12:11Z jkoshy $
---
> # $FreeBSD: head/bin/csh/Makefile 60599 2000-05-15 14:24:32Z bde $
32a33,34
> GENHDRS= ed.defns.h sh.err.h tc.const.h
> SRCS+= ${GENHDRS}
40,41c42,43
< DPADD+= ${LIBNCURSES} ${LIBCRYPT}
< LDADD+= -lncurses -lcrypt
---
> DPADD= ${LIBNCURSES} ${LIBCRYPT}
> LDADD= -lncurses -lcrypt
44a47,48
> CLEANFILES= ${GENHDRS} csh.1
>
48,51d51
< GENHDRS+= ed.defns.h tc.const.h sh.err.h
< SRCS+= ${GENHDRS}
< CLEANFILES+= ${GENHDRS}
<