source: freewrt/tools/paxmirabilis/src/Makefile@ fdd4f59

freewrt_1_0 freewrt_2_0
Last change on this file since fdd4f59 was 9ec66c9, checked in by Thorsten Glaser <tg@…>, 19 years ago

sync with upstream after feeding the patches back

git-svn-id: svn://www.freewrt.org/trunk/freewrt@225 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 895 bytes
Line 
1# $MirOS: src/bin/pax/Makefile,v 1.3 2006/07/16 17:55:17 tg Exp $
2# $OpenBSD: Makefile,v 1.10 2001/05/26 00:32:20 millert Exp $
3
4# To install on versions prior to BSD 4.4 the following may have to be
5# defined with CFLAGS +=
6#
7# -DLONG_OFF_T Define this if the base type of an off_t is a long (and is
8# NOT a quad). (This is often defined in the file
9# /usr/include/sys/types.h).
10# This define is important, as if you do have a quad_t
11# off_t and define LONG_OFF_T, pax will compile but will
12# NOT RUN PROPERLY.
13#
14
15PROG= pax
16SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\
17 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
18 tar.c tty_subs.c
19MAN= pax.1 tar.1 cpio.1
20LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
21
22.if (${OStype} == "Interix") || (${OStype} == "Linux")
23CPPFLAGS+= -DLONG_OFF_T
24.endif
25
26.include <bsd.prog.mk>
Note: See TracBrowser for help on using the repository browser.