head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	97.03.30.08.19.38;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	97.03.30.00.23.37;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	97.03.29.23.11.22;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@I goofed, Makefile lchown.c don't belong here.
@
text
@# $Id: Makefile,v 1.2 1997/03/30 00:23:37 obrien Exp obrien $

.PATH:	${.CURDIR}/../../../contrib/cpio

PROG=	cpio
MAN1=	cpio.1

CFLAGS+= -I${.CURDIR} -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DSTDC_HEADERS=1 \
	 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UTIME_H=1 \
	 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DDIRENT=1 -DHAVE_LCHOWN \
	 -DHAVE_SYS_PARAM_H=1

SRCS =  copyin.c copyout.c copypass.c defer.c dirname.c dstring.c error.c \
	filemode.c getopt.c getopt1.c global.c idcache.c main.c makepath.c \
	rtapelib.c stripslash.c tar.c userspec.c util.c version.c \
	xmalloc.c xstrdup.c

SRCS+=	lchown.c

.include <bsd.prog.mk>
@


1.2
log
@Replace ctime by strftime %c to use national representation.
Use isprint() for Localization.

Submitted by:	ache via gnu/usr.bin/cpio v2.3
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1997/03/30 00:10:07 obrien Exp $
@


1.1
log
@FreeBSD BSD-style Makefile for contributed CPIO source.
@
text
@d1 1
a1 1
# $Id: Makefile-bison,v 1.3 1997/02/22 15:44:42 peter Exp $
d10 2
a11 1
	 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DDIRENT=1 -DHAVE_LCHOWN
@
