Deleted Added
full compact
Makefile (175044) Makefile (175423)
1# $FreeBSD: head/lib/libarchive/test/Makefile 175044 2008-01-01 22:28:04Z kientzle $
1# $FreeBSD: head/lib/libarchive/test/Makefile 175423 2008-01-18 05:05:58Z kientzle $
2
3# Where to find the libarchive sources
4LA_SRCDIR=${.CURDIR}/..
5.PATH: ${LA_SRCDIR}
6
7# Get a list of all libarchive source files
8LA_SRCS!=make -f ${LA_SRCDIR}/Makefile -V SRCS
9

--- 43 unchanged lines hidden (view full) ---

53 test_read_large.c \
54 test_read_pax_truncated.c \
55 test_read_position.c \
56 test_read_truncated.c \
57 test_tar_filenames.c \
58 test_tar_large.c \
59 test_write_compress_program.c \
60 test_write_disk.c \
2
3# Where to find the libarchive sources
4LA_SRCDIR=${.CURDIR}/..
5.PATH: ${LA_SRCDIR}
6
7# Get a list of all libarchive source files
8LA_SRCS!=make -f ${LA_SRCDIR}/Makefile -V SRCS
9

--- 43 unchanged lines hidden (view full) ---

53 test_read_large.c \
54 test_read_pax_truncated.c \
55 test_read_position.c \
56 test_read_truncated.c \
57 test_tar_filenames.c \
58 test_tar_large.c \
59 test_write_compress_program.c \
60 test_write_disk.c \
61 test_write_disk_hardlink.c \
61 test_write_disk_perms.c \
62 test_write_disk_secure.c \
63 test_write_format_ar.c \
64 test_write_format_cpio.c \
65 test_write_format_cpio_odc.c \
66 test_write_format_cpio_newc.c \
67 test_write_format_cpio_empty.c \
68 test_write_format_shar_empty.c \

--- 61 unchanged lines hidden ---
62 test_write_disk_perms.c \
63 test_write_disk_secure.c \
64 test_write_format_ar.c \
65 test_write_format_cpio.c \
66 test_write_format_cpio_odc.c \
67 test_write_format_cpio_newc.c \
68 test_write_format_cpio_empty.c \
69 test_write_format_shar_empty.c \

--- 61 unchanged lines hidden ---