Module Name: src
Committed By: yamt
Date: Thu Apr 14 16:25:58 UTC 2011
Modified Files:
src/usr.bin/tpfmt: Makefile
Log Message:
don't link unused library.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tpfmt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/tpfmt/Makefile
diff -u src/usr.bin/tpfmt/Makefile:1.2 src/usr.bin/tpfmt/Makefile:1.3
--- src/usr.bin/tpfmt/Makefile:1.2 Wed Nov 24 13:17:56 2010
+++ src/usr.bin/tpfmt/Makefile Thu Apr 14 16:25:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/11/24 13:17:56 christos Exp $
+# $NetBSD: Makefile,v 1.3 2011/04/14 16:25:58 yamt Exp $
PROG= tpfmt
NOMAN=
@@ -6,10 +6,8 @@
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/
SRCS= tpfmt.c sym.c
-LDADD+= -lpthread
LDADD+= -lelf
LDADD+= -lutil
-DPADD+= ${LIBPTHREAD}
DPADD+= ${LIBELF}
DPADD+= ${LIBUTIL}