diff options
author | ru <ru@FreeBSD.org> | 2001-03-31 17:03:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-31 17:03:12 +0000 |
commit | 41353c734f2b173306143e1714e751ec86d308f5 (patch) | |
tree | aa7c8d7a2ee32c86130e3a7bae8c79ae9571332d /release/i386 | |
parent | 5e971cadf92d774f279a1cda24d0ee8d9f2af436 (diff) | |
download | FreeBSD-src-41353c734f2b173306143e1714e751ec86d308f5.zip FreeBSD-src-41353c734f2b173306143e1714e751ec86d308f5.tar.gz |
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
Record libtelnet.a death.
Diffstat (limited to 'release/i386')
-rw-r--r-- | release/i386/fixit_crunch.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/i386/fixit_crunch.conf b/release/i386/fixit_crunch.conf index 7dca737..328825f 100644 --- a/release/i386/fixit_crunch.conf +++ b/release/i386/fixit_crunch.conf @@ -1,5 +1,7 @@ # $FreeBSD$ +buildopts -DRELEASE_CRUNCH + # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. @@ -34,5 +36,5 @@ ln vi ex # finally, we specify the libraries to link in with our binary -libs -lcrypt -ltelnet -lutil -ll -lm +libs -lcrypt -lutil -ll -lm libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz |