summaryrefslogtreecommitdiffstats
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-15 14:24:32 +0000
committerbde <bde@FreeBSD.org>2000-05-15 14:24:32 +0000
commit43d00954241ea7e436019358c0fc9949bb6357fe (patch)
tree2efa0a43a12ede6c45a0900d960d92cf706bfba3 /bin/csh/Makefile
parentb0b0b64001de6e3bb6fc4f26b08890164a100eb6 (diff)
downloadFreeBSD-src-43d00954241ea7e436019358c0fc9949bb6357fe.zip
FreeBSD-src-43d00954241ea7e436019358c0fc9949bb6357fe.tar.gz
Don't forget to clean csh.1.
Fixed some style bugs.
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r--bin/csh/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index ad01d23..9eb9c7e 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -30,6 +30,8 @@ SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
tc.who.c tc.h
SRCS+= tc.defs.c
+GENHDRS= ed.defns.h sh.err.h tc.const.h
+SRCS+= ${GENHDRS}
MAN1= csh.1
MLINKS= csh.1 tcsh.1
@@ -37,18 +39,16 @@ MLINKS= csh.1 tcsh.1
# utilities of the same name are handled with the associated manpage,
# builtin.1 in share/man/man1/.
-DPADD+= ${LIBNCURSES} ${LIBCRYPT}
-LDADD+= -lncurses -lcrypt
+DPADD= ${LIBNCURSES} ${LIBCRYPT}
+LDADD= -lncurses -lcrypt
LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
+CLEANFILES= ${GENHDRS} csh.1
+
csh.1: tcsh.man
ln -sf ${.ALLSRC} ${.TARGET}
-GENHDRS+= ed.defns.h tc.const.h sh.err.h
-SRCS+= ${GENHDRS}
-CLEANFILES+= ${GENHDRS}
-
ed.defns.h: ed.defns.c
@rm -f ${.TARGET}
@echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
OpenPOWER on IntegriCloud