Fix building of crypt_tests

This commit is contained in:
Simon J. Gerraty
2013-06-25 05:05:10 +00:00
parent 5a968130d5
commit 12d4083451
2 changed files with 20 additions and 2 deletions
+19
View 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
+1 -2
View File
@@ -2,10 +2,9 @@
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
#include <sys/types.h> #include <sys/types.h>
#include <crypt.h>
#include <unistd.h> #include <unistd.h>
#include <atf-c.h> #include <atf-c/atf-c.h>
#define LEET "0.s0.l33t" #define LEET "0.s0.l33t"