diff options
author | phk <phk@FreeBSD.org> | 2005-08-03 09:22:03 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-08-03 09:22:03 +0000 |
commit | 92097805fa6242ca05e84aff5c22e9e5300fcb07 (patch) | |
tree | 02b7e5e17f9cea74eee1460139473f2095aac1da /bin | |
parent | c67149f94050bc06bdd090b0cbaa959edf06710b (diff) | |
download | FreeBSD-src-92097805fa6242ca05e84aff5c22e9e5300fcb07.zip FreeBSD-src-92097805fa6242ca05e84aff5c22e9e5300fcb07.tar.gz |
Don't install examples of NO_EXAMPLES
Diffstat (limited to 'bin')
-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 8b2ff38..97578aa 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 \ |