ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/mports/shells/Makefile
Revision: 1.9
Committed: Thu Mar 8 02:55:03 2012 UTC (12 years, 1 month ago) by laffer1
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +3 -3 lines
Log Message:
create a cvs_server shell port. This can be used to allow cvs access with limited rights.

File Contents

# Content
1 # $MidnightBSD: mports/shells/Makefile,v 1.8 2011/05/28 05:10:46 laffer1 Exp $
2
3 COMMENT = Shells
4
5 SUBDIR += 44bsd-csh
6 SUBDIR += bash
7 SUBDIR += bash-completion
8 SUBDIR += cvs-server
9 SUBDIR += es
10 SUBDIR += esh
11 SUBDIR += fd
12 SUBDIR += gscommander
13 SUBDIR += ibsh
14 SUBDIR += ksh93
15 SUBDIR += mksh
16 SUBDIR += nologinmsg
17 SUBDIR += osh
18 SUBDIR += p5-Term-ShellUI
19 SUBDIR += pash
20 SUBDIR += pdksh
21 SUBDIR += psh
22 SUBDIR += rc
23 SUBDIR += rssh
24 SUBDIR += sash
25 SUBDIR += scponly
26 SUBDIR += tcshrc
27 SUBDIR += v7sh
28 SUBDIR += wapsh
29 SUBDIR += zsh
30
31 .include <bsd.port.subdir.mk>