Add the missing '$' from the LIBNETBSD variable

This commit is contained in:
andrew 2012-12-22 04:53:35 +00:00
parent 15540e0945
commit be1bdf30b6

View File

@ -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