Module Name:    src
Committed By:   haad
Date:           Wed Sep 16 09:17:29 UTC 2009

Modified Files:
        src/external/cddl/osnet/usr.bin/ztest: Makefile

Log Message:
Remove bogus -L entry.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/usr.bin/ztest/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/usr.bin/ztest/Makefile
diff -u src/external/cddl/osnet/usr.bin/ztest/Makefile:1.1 src/external/cddl/osnet/usr.bin/ztest/Makefile:1.2
--- src/external/cddl/osnet/usr.bin/ztest/Makefile:1.1	Fri Aug  7 20:57:59 2009
+++ src/external/cddl/osnet/usr.bin/ztest/Makefile	Wed Sep 16 09:17:29 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/08/07 20:57:59 haad Exp $
+#	$NetBSD: Makefile,v 1.2 2009/09/16 09:17:29 haad Exp $
 
 .include "../../Makefile.zfs"
 
@@ -8,8 +8,6 @@
 DPADD=	${LIBM} ${LIBNVPAIR} ${LIBUMEM} ${LIBZPOOL} ${LIBPTHREAD} \
 	${LIBZ} ${LIBAVL}
 
-LDADD+=-Lhehehe
-
 LIBAVL_OBJDIR!=  cd ${LIBAVL_SRCDIR} && ${PRINTOBJDIR}
 LDADD+=         -L${LIBAVL_OBJDIR} -lavl
 

Reply via email to