diff options
author | phk <phk@FreeBSD.org> | 1996-02-08 18:02:51 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-02-08 18:02:51 +0000 |
commit | d49fe2834018ac7b1019efcceca4eea655635376 (patch) | |
tree | c001bde5782181db6417998823e023dc6246aed1 /release/alpha | |
parent | af1fba70849335ad6f06e3f68d930b8e9707d36b (diff) | |
download | FreeBSD-src-d49fe2834018ac7b1019efcceca4eea655635376.zip FreeBSD-src-d49fe2834018ac7b1019efcceca4eea655635376.tar.gz |
ppp now requires -lmd
Diffstat (limited to 'release/alpha')
-rw-r--r-- | release/alpha/boot_crunch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index 824fdc0..a787852 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.21 1995/12/07 10:32:58 peter Exp $ +# $Id: boot_crunch.conf,v 1.22 1996/01/03 23:41:01 joerg Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 @@ -11,5 +11,5 @@ ln gzip gunzip ln gzip zcat ln sh -sh -libs -ll -ledit -lutil -lkvm +libs -ll -ledit -lutil -lkvm -lmd libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx |