summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/standalone-tcsh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
index 5b92e3e307d..822076c0f6f 100644
--- a/shells/standalone-tcsh/Makefile
+++ b/shells/standalone-tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/10/05 01:11:41 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2008/08/12 14:51:45 joerg Exp $
#
# FIXME: This is because of PREFIX=/ below.
@@ -13,6 +13,8 @@ PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
.include "../../shells/tcsh/Makefile"
+INSTALLATION_DIRS+= usr/share/man/man1
+
COMMENT:= Standalone version of the Extended C-shell
MAINTAINER= agc@NetBSD.org