source: freewrt/tools/paxmirabilis/Makefile@ c6ac237

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

Import paxmirabilis (MirCpio) from CVS as of today:
cvs -d anoncvs@…:/cvs co src/bin/pax

This will be used to replace the dependency on
GNU tar, reduce bugs and add flexibility.

ok wbx@

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

  • Property mode set to 100644
File size: 867 bytes
Line 
1# $MirOS: src/bin/pax/Makefile,v 1.2 2005/04/13 20:11:23 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"
23CPPFLAGS+= -DLONG_OFF_T
24.endif
25
26.include <bsd.prog.mk>
Note: See TracBrowser for help on using the repository browser.