diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 | ||||
-rw-r--r-- | shells/pdksh/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/shells/Makefile b/shells/Makefile index 8ce394089eb5..fbaafa4e0759 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 1994/08/23 10:20:26 jkh Exp $ +# $Id: Makefile,v 1.4 1994/08/28 10:49:45 jkh Exp $ # -SUBDIR= bash tcsh +SUBDIR= bash pdksh tcsh .include <bsd.port.subdir.mk> diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 1d6f3c3bab8f..2dbdd7a9d9ea 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -6,8 +6,7 @@ DISTNAME= pdksh-5.1.3 -MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh - +MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ HAS_CONFIGURE= YES .include <bsd.port.mk> |