diff options
| author | isaki <isaki@NetBSD.org> | 2020-03-02 04:25:08 +0000 |
|---|---|---|
| committer | isaki <isaki@NetBSD.org> | 2020-03-02 04:25:08 +0000 |
| commit | df525b82f3de6336cad540c4bdb33a2218d85e47 (patch) | |
| tree | 4bae1c31aef1022480ff67c2a5034cc83d470ac8 /tests/dev | |
| parent | 83ea035c61a7382e2bbcf671d76a8292c981aa64 (diff) | |
Re-add -lrumpdev dropped in the previous commit.
Diffstat (limited to 'tests/dev')
| -rw-r--r-- | tests/dev/audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/audio/Makefile b/tests/dev/audio/Makefile index 927211536ef..8069d877051 100644 --- a/tests/dev/audio/Makefile +++ b/tests/dev/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/03/01 18:08:12 christos Exp $ +# $NetBSD: Makefile,v 1.9 2020/03/02 04:25:08 isaki Exp $ # .include <bsd.own.mk> @@ -21,7 +21,7 @@ BINDIR= ${TESTSDIR} MKMAN=no CPPFLAGS+= -D_KERNTYPES -LDADD+= -lrumpdev_pad -lrumpdev_audio ${LIBRUMPBASE} +LDADD+= -lrumpdev_pad -lrumpdev_audio -lrumpdev ${LIBRUMPBASE} WARNS= 4 NOMAN= |
