diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2017-05-30 21:03:44 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2017-05-30 21:03:44 +0000 |
| commit | cd49018ad738dcfce1097e609d42316d1aa8ff6f (patch) | |
| tree | 20e69e6e16a616826299c69df5e6942f1ab164b1 /lib/libutil | |
| parent | 167cb0d0eb64ac6cf352181ffd60ed4a37f30e4a (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/tests/Makefile b/lib/libutil/tests/Makefile index 92540c9e847d..dd7f0452b349 100644 --- a/lib/libutil/tests/Makefile +++ b/lib/libutil/tests/Makefile @@ -9,5 +9,6 @@ TAP_TESTS_C+= trimdomain-nodomain_test DPADD+= ${LIBUTIL} LDADD+= -lutil +WARNS?= 2 .include <bsd.test.mk> |
