Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 05:05:10 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r252195 - projects/bmake/lib/libcrypt/tests
Message-ID:  <201306250505.r5P55Afg073158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306250505.r5P55Afg073158>