13 lines
407 B
Text
13 lines
407 B
Text
$NetBSD: patch-ad,v 1.1.1.1 1999/09/22 21:11:39 kim Exp $
|
|
|
|
--- testing/Makefile.in.orig Tue Aug 24 19:49:21 1999
|
|
+++ testing/Makefile.in Wed Sep 22 09:56:46 1999
|
|
@@ -5,7 +5,7 @@
|
|
TARG = etest ktest misctest stest
|
|
|
|
USELIBS = ../snmplib/libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
|
|
-LIBS = -L../snmplib $(CC_RUNTIME_ARG) -lsnmp @LIBS@
|
|
+LIBS = -L../snmplib -lsnmp $(CC_RUNTIME_ARG) @LIBS@
|
|
|
|
PARSEOBJS =
|
|
|