Fix building of crypt_tests
This commit is contained in:
parent
4576f811af
commit
72ab90509b
19
lib/libcrypt/tests/Makefile.depend
Normal file
19
lib/libcrypt/tests/Makefile.depend
Normal file
@ -0,0 +1,19 @@
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/atf/libatf-c \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
@ -2,10 +2,9 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <crypt.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <atf-c.h>
|
||||
#include <atf-c/atf-c.h>
|
||||
|
||||
#define LEET "0.s0.l33t"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user