diff options
author | jkh <jkh@FreeBSD.org> | 1994-12-27 21:02:51 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-12-27 21:02:51 +0800 |
commit | 53f37fce098907708a7cad89654da0e1f6b26802 (patch) | |
tree | 607da0cb6416dc866341fe343cb512f2c7b89aa0 /shells/Makefile | |
parent | 5cc3217ef90047689ad8e451c7463e3fade43bfe (diff) | |
download | freebsd-ports-gnome-53f37fce098907708a7cad89654da0e1f6b26802.tar.gz freebsd-ports-gnome-53f37fce098907708a7cad89654da0e1f6b26802.tar.zst freebsd-ports-gnome-53f37fce098907708a7cad89654da0e1f6b26802.zip |
Add pdksh, add trailing / to MASTER_SITES line in port.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |