diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-03-14 08:56:19 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-03-14 08:56:19 +0000 |
| commit | f5fd950e35c962bad0aa31fdc4b4052e13207893 (patch) | |
| tree | 546a6f18faf325d834cee65b038abd15ab1cd2f5 /lib/libcrypt | |
| parent | cf961c95e525919b24a748d601689134379fa0c4 (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 51adc2dccf5e..2a0f1fbeaf5d 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -9,4 +9,4 @@ ATF_TESTS_C= crypt_tests CFLAGS+= -I${.CURDIR:H} LDADD+= -L${.OBJDIR:H} -lcrypt -.include <atf.test.mk> +.include <bsd.test.mk> |
