svn commit: r252195 - projects/bmake/lib/libcrypt/tests
Simon J. Gerraty
sjg at FreeBSD.org
Tue Jun 25 05:05:11 UTC 2013
Author: sjg
Date: Tue Jun 25 05:05:10 2013
New Revision: 252195
URL: http://svnweb.freebsd.org/changeset/base/252195
Log:
Fix building of crypt_tests
Added:
projects/bmake/lib/libcrypt/tests/Makefile.depend (contents, props changed)
Modified:
projects/bmake/lib/libcrypt/tests/crypt_tests.c
Added: projects/bmake/lib/libcrypt/tests/Makefile.depend
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/bmake/lib/libcrypt/tests/Makefile.depend Tue Jun 25 05:05:10 2013 (r252195)
@@ -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
Modified: projects/bmake/lib/libcrypt/tests/crypt_tests.c
==============================================================================
--- projects/bmake/lib/libcrypt/tests/crypt_tests.c Tue Jun 25 04:44:42 2013 (r252194)
+++ projects/bmake/lib/libcrypt/tests/crypt_tests.c Tue Jun 25 05:05:10 2013 (r252195)
@@ -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"
More information about the svn-src-projects
mailing list