svn commit: r244579 - head/usr.sbin/nmtree

Andrew Turner andrew at FreeBSD.org
Sat Dec 22 04:53:36 UTC 2012


Author: andrew
Date: Sat Dec 22 04:53:35 2012
New Revision: 244579
URL: http://svnweb.freebsd.org/changeset/base/244579

Log:
  Add the missing '$' from the LIBNETBSD variable

Modified:
  head/usr.sbin/nmtree/Makefile

Modified: head/usr.sbin/nmtree/Makefile
==============================================================================
--- head/usr.sbin/nmtree/Makefile	Sat Dec 22 04:11:59 2012	(r244578)
+++ head/usr.sbin/nmtree/Makefile	Sat Dec 22 04:53:35 2012	(r244579)
@@ -17,7 +17,7 @@ SRCS+=		pack_dev.c
 CFLAGS+=	-I${.CURDIR}/../../lib/libnetbsd
 LIBNETBSDDIR=	${.OBJDIR}/../../lib/libnetbsd
 LIBNETBSD=	${LIBNETBSDDIR}/libnetbsd.a
-DPADD+=		{LIBNETBSD}
+DPADD+=		${LIBNETBSD}
 LDADD+=		${LIBNETBSD}
 
 nmtree.8: mtree.8


More information about the svn-src-head mailing list