1# $OpenBSD: Makefile,v 1.10 2001/05/26 00:32:20 millert Exp $ 2 3# To install on versions prior to BSD 4.4 the following may have to be 4# defined with CFLAGS += 5# 6# -DLONG_OFF_T Define this if the base type of an off_t is a long (and is 7# NOT a quad). (This is often defined in the file 8# /usr/include/sys/types.h). 9# This define is important, as if you do have a quad_t 10# off_t and define LONG_OFF_T, pax will compile but will 11# NOT RUN PROPERLY. 12# 13 14PROG= pax 15SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\ 16 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\ 17 tar.c tty_subs.c 18MAN= pax.1 tar.1 cpio.1 19LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio 20 21.include <bsd.prog.mk> 22