diff options
author | phk <phk@FreeBSD.org> | 1999-11-09 10:22:56 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-11-09 10:22:56 +0000 |
commit | 8207ac2d1491e5e1c579fbe57adfd4cc86992384 (patch) | |
tree | 1dc34026aeebacce3d1635d53b33fdab5f5a2924 /release | |
parent | 64b85dd45e0fd10345d52b339fea68d139cadc2a (diff) | |
download | FreeBSD-src-8207ac2d1491e5e1c579fbe57adfd4cc86992384.zip FreeBSD-src-8207ac2d1491e5e1c579fbe57adfd4cc86992384.tar.gz |
Add libnetgraph
Diffstat (limited to 'release')
-rw-r--r-- | release/boot_crunch.conf.generic | 2 | ||||
-rw-r--r-- | release/boot_crunch.conf.pccard | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/boot_crunch.conf.generic b/release/boot_crunch.conf.generic index 5500f4c..59353ff 100644 --- a/release/boot_crunch.conf.generic +++ b/release/boot_crunch.conf.generic @@ -14,5 +14,5 @@ ln minigzip zcat ln sh -sh ln test [ -libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz +libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx diff --git a/release/boot_crunch.conf.pccard b/release/boot_crunch.conf.pccard index 4c773ff..5409f91 100644 --- a/release/boot_crunch.conf.pccard +++ b/release/boot_crunch.conf.pccard @@ -17,5 +17,5 @@ ln minigzip zcat ln sh -sh ln test [ -libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz +libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx |