diff options
author | ru <ru@FreeBSD.org> | 2002-05-12 16:35:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-12 16:35:34 +0000 |
commit | 4204167002bbf7384a93ccbd28f00f302a153e1d (patch) | |
tree | e995ae60dbe1ce662bdfd2c577ec454fd323c3d5 /gnu | |
parent | 77ac6c7e64ce59bfe803124ba259298b12552d03 (diff) | |
download | FreeBSD-src-4204167002bbf7384a93ccbd28f00f302a153e1d.zip FreeBSD-src-4204167002bbf7384a93ccbd28f00f302a153e1d.tar.gz |
NOLIB is gone; put INTERNALLIB back for now.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/csu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 5c6b412..9925bc7 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +INTERNALLIB= true + GCCDIR= ${.CURDIR}/../../../contrib/gcc .PATH: ${GCCDIR} |