diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 10:32:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 10:32:53 +0000 |
commit | c5393a9ca361f958cc6813689079cc1d10ef1b3f (patch) | |
tree | 4362709aff8ae50111db0b49fe750e60a65720f5 | |
parent | Remove LIB_DEPENDS on libz, it's in /usr/src now. (diff) |
Remove libz, it's in /usr/src now.
Notes
Notes:
svn path=/head/; revision=3645
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2961af3b0def..a52ecbce2ae9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1996/07/30 10:59:05 jkh Exp $ +# $Id: Makefile,v 1.25 1996/08/01 20:46:47 erich Exp $ # SUBDIR += SWIG @@ -14,7 +14,6 @@ SUBDIR += libdlmalloc SUBDIR += libmalloc SUBDIR += libslang - SUBDIR += libz SUBDIR += m4 SUBDIR += mkmf SUBDIR += mprof |