From: Tim Kientzle Date: Sun, 23 Aug 2009 04:15:29 +0000 (-0400) Subject: Fix FreeBSD build. X-Git-Tag: v2.8.0~102^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8502f5b8e6d4ae50fc1e85f494c77b630e6e356;p=thirdparty%2Flibarchive.git Fix FreeBSD build. SVN-Revision: 1383 --- diff --git a/tar/test/Makefile b/tar/test/Makefile index 06d27abcd..3edf09662 100644 --- a/tar/test/Makefile +++ b/tar/test/Makefile @@ -21,7 +21,8 @@ TESTS= \ test_stdio.c \ test_strip_components.c \ test_symlink_dir.c \ - test_version.c + test_version.c \ + test_windows.c # Build the test program SRCS= ${TAR_SRCS} \