summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-20 21:36:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-20 21:36:35 +0000
commitc8a7494f7e1757230a1138fed9222b97959b2789 (patch)
tree0bf3f96322b111ad07c39f439336a54a9e3633e4 /shells/Makefile
parent- Add ossec-hids-client as slave port. (diff)
Allows include files to be used in shells the same way they are with C.
The file with the include code needs to be included. This is done by figuring out were it is located using which. . `which sh-include` will take care of it for sh. sh example... . `which sh-include` include fileGetLine line=`fileGetLine /etc/group 4` PR: ports/111829 Submitted by: Zane C. Bowers
Notes
Notes: svn path=/head/; revision=190502
Diffstat (limited to '')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 0e4b8be91ce9..6548f3d1e13c 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -28,6 +28,7 @@
SUBDIR += rssh
SUBDIR += sash
SUBDIR += scponly
+ SUBDIR += shell-include
SUBDIR += tcsh-bofh
SUBDIR += tcsh_nls
SUBDIR += tcshrc