Fix a discrepancy in r291738.

The script that generates these makefiles was changed to modify LIBADD
rather than LDADD/DPADD, but the makefile itself was also changed in a
slightly different way.
This commit is contained in:
Mark Johnston 2015-12-07 21:57:36 +00:00
parent a476e3a567
commit 8405751cec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291965

View File

@ -24,6 +24,6 @@ CFILES= \
tst.sigwait.c \
LIBADD.tst.sigwait.exe=rt
LIBADD.tst.sigwait.exe+= rt
.include "../../dtrace.test.mk"