diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2017-03-11 00:07:04 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2017-03-11 00:07:04 +0000 |
| commit | 51f86375f4f2c50d6fb96d7d7cd3bb4e835049ff (patch) | |
| tree | aeb45a0aaa4facaa7171b7b343de0374d45fcfe9 /lib/libcrypt | |
| parent | a55051c487f7fb155ef0abb10d94ca2970ce9078 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 15798b215d17..22b7fccccbba 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -4,6 +4,7 @@ ATF_TESTS_C+= crypt_tests NETBSD_ATF_TESTS_C+= crypt_test +WARNS?= 6 CFLAGS+= -I${.CURDIR:H} LIBADD= crypt |
