Deleted Added
full compact
Makefile (129172) Makefile (129215)
1# $FreeBSD: head/lib/libarchive/Makefile 129172 2004-05-13 06:04:21Z kientzle $
1# $FreeBSD: head/lib/libarchive/Makefile 129215 2004-05-14 13:31:21Z cognet $
2
3LIB= archive
4SHLIB_MAJOR= 1
5
2
3LIB= archive
4SHLIB_MAJOR= 1
5
6.if ${MACHINE_ARCH} == "arm"
7WARNS?= 3
8.else
6WARNS?= 6
9WARNS?= 6
10.endif
7
8# I'm not yet ready for a shared version of this library, as
9# there are a couple of API changes still in the works.
10NOPIC= 1
11
12INCS= archive.h archive_entry.h
13
14SRCS= archive_check_magic.c \

--- 119 unchanged lines hidden ---
11
12# I'm not yet ready for a shared version of this library, as
13# there are a couple of API changes still in the works.
14NOPIC= 1
15
16INCS= archive.h archive_entry.h
17
18SRCS= archive_check_magic.c \

--- 119 unchanged lines hidden ---