Makefile (6a99036a7f72ccd41955b7216a03b2734c0a40b2) Makefile (5b94264c208e2eee704ce67146e52c271dc4ef6f)
1# @(#)Makefile 8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4# To install on versions prior to BSD 4.4 the following may have to be
5# defined with CFLAGS +=
6#
7# -DNET2_STAT Use NET2 or older stat structure. The version of the
8# stat structure is easily determined by looking at the

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

24# success (and NOT a 0 for success) you have the older
25# regex routines and must define NET2_REGEX.
26# Pax may not compile if this not (un)defined properly.
27
28PROG= pax
29SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
30 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
31 tables.c tar.c tty_subs.c
1# @(#)Makefile 8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4# To install on versions prior to BSD 4.4 the following may have to be
5# defined with CFLAGS +=
6#
7# -DNET2_STAT Use NET2 or older stat structure. The version of the
8# stat structure is easily determined by looking at the

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

24# success (and NOT a 0 for success) you have the older
25# regex routines and must define NET2_REGEX.
26# Pax may not compile if this not (un)defined properly.
27
28PROG= pax
29SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
30 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
31 tables.c tar.c tty_subs.c
32WARNS= 0
33WFORMAT=0
34#XXX NOTYET
35#MAN= pax.1 tar.1 cpio.1
36#LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
37
38.include <bsd.prog.mk>
32WFORMAT=0
33#XXX NOTYET
34#MAN= pax.1 tar.1 cpio.1
35#LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio
36
37.include <bsd.prog.mk>