diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-03 09:22:03 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-03 09:22:03 +0000 |
| commit | 670f8414ea6d0fb8c57a7d3b8d0c064286b854cd (patch) | |
| tree | 02b7e5e17f9cea74eee1460139473f2095aac1da | |
| parent | f06e2f8233d81586aa8c8f7860385978efc5586e (diff) | |
Notes
| -rw-r--r-- | bin/csh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 8b2ff3822e35..97578aa8af95 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -45,8 +45,10 @@ LINKS= ${BINDIR}/csh ${BINDIR}/tcsh CLEANFILES= ${GENHDRS} gethost csh.1 +.if !defined(NO_EXAMPLES) FILESDIR= ${SHAREDIR}/examples/tcsh FILES= complete.tcsh csh-mode.el +.endif CATALOGS= et:et_EE.ISO8859-15 \ finnish:fi_FI.ISO8859-1 \ |
