diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-10 17:06:37 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-10 17:06:37 +0000 |
commit | bda845ba150ec8492dde1867272f922c76c21942 (patch) | |
tree | 01b9eebb685569b01cf35dfca4969b4a0f94eea3 /shells | |
parent | fefd0d387e58a0eefa862831a5ff12e3874684d1 (diff) | |
download | pkgsrc-bda845ba150ec8492dde1867272f922c76c21942.tar.gz |
+nologinmsg
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index cf29294c51c..7516faabd03 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/01/10 07:06:44 grant Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/10 17:06:37 cjep Exp $ # COMMENT= Shells @@ -11,6 +11,7 @@ SUBDIR+= bash2-static SUBDIR+= es SUBDIR+= esh SUBDIR+= mudsh +SUBDIR+= nologinmsg SUBDIR+= osh SUBDIR+= pdksh SUBDIR+= perlsh |