summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nmtree
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2012-12-22 04:53:35 +0000
committerandrew <andrew@FreeBSD.org>2012-12-22 04:53:35 +0000
commitbe1bdf30b663996cb89012b8c0ed6c52665109de (patch)
treea0c5801dc2d97297da33cc6ed74fc69c76ac8a13 /usr.sbin/nmtree
parent15540e094522e3eb237d6d6fdf0f904c7ec5762f (diff)
downloadFreeBSD-src-be1bdf30b663996cb89012b8c0ed6c52665109de.zip
FreeBSD-src-be1bdf30b663996cb89012b8c0ed6c52665109de.tar.gz
Add the missing '$' from the LIBNETBSD variable
Diffstat (limited to 'usr.sbin/nmtree')
-rw-r--r--usr.sbin/nmtree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nmtree/Makefile b/usr.sbin/nmtree/Makefile
index 455cd4d..58e46ea 100644
--- a/usr.sbin/nmtree/Makefile
+++ b/usr.sbin/nmtree/Makefile
@@ -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
OpenPOWER on IntegriCloud