Moved -DRELEASE_CRUNCH into crunchgen(1) config files.

Record libtelnet.a death.
This commit is contained in:
Ruslan Ermilov 2001-03-31 17:03:12 +00:00
parent c3a205ef0b
commit 9602ba91f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75041
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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