Module Name: src
Committed By: christos
Date: Fri May 8 17:47:22 UTC 2009
Modified Files:
src/lib: Makefile
Log Message:
unhook libmagic
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.135 src/lib/Makefile:1.136
--- src/lib/Makefile:1.135 Tue Apr 14 13:49:45 2009
+++ src/lib/Makefile Fri May 8 13:47:22 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2009/04/14 17:49:45 christos Exp $
+# $NetBSD: Makefile,v 1.136 2009/05/08 17:47:22 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -63,8 +63,6 @@
SUBDIR+= libedit # depends on libterm
-SUBDIR+= libmagic # depends on libz
-
SUBDIR+= libradius # depends on libcrypto - only if ${MKCRYPTO}
.if (${MKISCSI} != "no")