From 41353c734f2b173306143e1714e751ec86d308f5 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 31 Mar 2001 17:03:12 +0000 Subject: Moved -DRELEASE_CRUNCH into crunchgen(1) config files. Record libtelnet.a death. --- release/amd64/fixit_crunch.conf | 4 +++- release/i386/fixit_crunch.conf | 4 +++- release/pc98/fixit_crunch.conf | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/release/amd64/fixit_crunch.conf b/release/amd64/fixit_crunch.conf index 7dca737..328825f 100644 --- a/release/amd64/fixit_crunch.conf +++ b/release/amd64/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 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 diff --git a/release/pc98/fixit_crunch.conf b/release/pc98/fixit_crunch.conf index 29a0b01..86bebeb 100644 --- a/release/pc98/fixit_crunch.conf +++ b/release/pc98/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 -- cgit v1.1