diff options
author | kris <kris@FreeBSD.org> | 2002-10-28 01:58:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-28 01:58:35 +0000 |
commit | 980c69cefd8ef21ca0a3c12c88bee93d5f0bd799 (patch) | |
tree | dc1533c8d13bdf1a1b3ac0be89b47c3d0fbcfee3 /shells/osh/Makefile | |
parent | fbe9e83be14fd9f0ef47e5b416134c35a493477c (diff) | |
download | FreeBSD-ports-980c69cefd8ef21ca0a3c12c88bee93d5f0bd799.zip FreeBSD-ports-980c69cefd8ef21ca0a3c12c88bee93d5f0bd799.tar.gz |
Add missing files and manpages
Diffstat (limited to 'shells/osh/Makefile')
-rw-r--r-- | shells/osh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 2fcf3c5..81ffac9 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -14,7 +14,7 @@ MAINTAINER= greid@ukug.uk.freebsd.org MAKEFILE= makefile -MAN1= osh.1 +MAN1= goto.1 if.1 osh.1 post-install: @${ECHO} "updating /etc/shells" |