diff options
author | roberto <roberto@FreeBSD.org> | 2002-07-17 15:35:31 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-07-17 15:35:31 +0000 |
commit | c9fb996f3c72153094bb947361d073ddb64cd4cf (patch) | |
tree | ab093dcc7c5f955adb7f0564d614b18ab7d45a05 /usr.bin/alias | |
parent | 597280fcc59fb31e3f0b20918b8fefcb48233a52 (diff) | |
download | FreeBSD-src-c9fb996f3c72153094bb947361d073ddb64cd4cf.zip FreeBSD-src-c9fb996f3c72153094bb947361d073ddb64cd4cf.tar.gz |
Fix installworld.
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
Diffstat (limited to 'usr.bin/alias')
-rw-r--r-- | usr.bin/alias/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index c4f8748..22cfa7e 100644 --- a/usr.bin/alias/Makefile +++ b/usr.bin/alias/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SCRIPTS=generic.sh -SCRIPTSNAME=cd +SCRIPTSNAME=alias NOMAN= LINKS= ${BINDIR}/alias ${BINDIR}/bg \ |