From f7167420108e607a7c659b8eae652b67d2f96bd3 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sat, 22 Dec 2012 04:53:35 +0000 Subject: [PATCH] Add the missing '$' from the LIBNETBSD variable --- usr.sbin/nmtree/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/nmtree/Makefile b/usr.sbin/nmtree/Makefile index 455cd4d643fe..58e46ea6e740 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