diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-09 23:02:56 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-09 23:02:56 +0000 |
commit | 2ff2e4d72d8432965e5d88df61d4a16901c9c948 (patch) | |
tree | 689679900dc349e65555ba4d4de46e77cb0d15f1 /release/alpha | |
parent | 8f080e722786042294fffd2af4ecb9e76061c22b (diff) | |
download | FreeBSD-src-2ff2e4d72d8432965e5d88df61d4a16901c9c948.zip FreeBSD-src-2ff2e4d72d8432965e5d88df61d4a16901c9c948.tar.gz |
Get sysinstall from /usr/src/release not /usr/src/sbin.
Diffstat (limited to 'release/alpha')
-rw-r--r-- | release/alpha/boot_crunch.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index fd01a85..09b7b26 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,7 +1,7 @@ -# $Id: boot_flp.conf,v 1.4 1994/11/21 04:14:31 phk Exp $ +# $Id: boot_crunch.conf,v 1.1 1995/02/25 22:08:46 phk Exp $ -srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/gnu/usr.bin -srcdirs /usr/src/usr.sbin +srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin # Programs from bin/ # progs sh mkdir rm mknod chmod expr |