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


1.2
date	94.05.04.16.18.11;	author md;	state Exp;
branches;
next	1.1;

1.1
date	92.11.22.22.41.02;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@isolate gcc options
@
text
@#	BSDI $Id: Makefile,v 1.1 1992/11/22 22:41:02 md Exp md $

.include "../../Makefile.inc"

PROG=	mcopy
CFLAGS+=-I${.CURDIR}/../lib
.if ${CC} == "gcc"
CFLAGS+=-fwritable-strings
.endif
LDADD+=	${.CURDIR}/../lib/obj/libmtools.a
DPADD+=	${.CURDIR}/../lib/obj/libmtools.a

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.2 1992/11/22 22:41:18 polk Exp $
d6 4
a9 1
CFLAGS+=-I${.CURDIR}/../lib -fwritable-strings
@
