Deleted Added
full compact
Makefile (151332) Makefile (152285)
1# $FreeBSD: head/lib/libarchive/Makefile 151332 2005-10-14 16:32:50Z kientzle $
1# $FreeBSD: head/lib/libarchive/Makefile 152285 2005-11-10 18:07:07Z ru $
2
3# This Makefile is for use with the FreeBSD buid system. For
4# non-FreeBSD systems, you should first "make distfile" on FreeBSD,
5# then use the resulting tar.gz archive--which contains a portable
6# autoconf/automake-generated build system--on the other system.
7
8LIB= archive
2
3# This Makefile is for use with the FreeBSD buid system. For
4# non-FreeBSD systems, you should first "make distfile" on FreeBSD,
5# then use the resulting tar.gz archive--which contains a portable
6# autoconf/automake-generated build system--on the other system.
7
8LIB= archive
9DPADD= ${LIBBZ2} ${LIBZ}
10LDADD= -lbz2 -lz
9
10# Versioning <sigh>. There are three distinct sets of version
11# numbers:
12# * libarchive version
13# * libtool version (for shared libs built using configure script)
14# * FreeBSD SHLIB_MAJOR
15# The following logic helps ensure that there is some consistency across
16# these three:

--- 243 unchanged lines hidden ---
11
12# Versioning <sigh>. There are three distinct sets of version
13# numbers:
14# * libarchive version
15# * libtool version (for shared libs built using configure script)
16# * FreeBSD SHLIB_MAJOR
17# The following logic helps ensure that there is some consistency across
18# these three:

--- 243 unchanged lines hidden ---