svn commit: r211248 - user/des/phybs
Dag-Erling Smorgrav
des at FreeBSD.org
Thu Aug 12 22:25:17 UTC 2010
Author: des
Date: Thu Aug 12 22:25:16 2010
New Revision: 211248
URL: http://svn.freebsd.org/changeset/base/211248
Log:
phybs needs libutil for expand_number()
Modified:
user/des/phybs/Makefile
Modified: user/des/phybs/Makefile
==============================================================================
--- user/des/phybs/Makefile Thu Aug 12 22:22:41 2010 (r211247)
+++ user/des/phybs/Makefile Thu Aug 12 22:25:16 2010 (r211248)
@@ -5,4 +5,7 @@ CSTD ?= c99
WARNS ?= 6
MAN = # none
+LDADD = -lutil
+DPADD = ${LIBUTIL}
+
.include <bsd.prog.mk>
More information about the svn-src-user
mailing list