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


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

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


desc
@@


1.2
log
@Isolate gcc options to be used only if CC is gcc
@
text
@PROG=	makekit
SRCS=	makekit.c glue.c parser.c lcwd.c lexec.c lfiles.c lhost.c llib.c \
	lmem.c luser.c
CFLAGS+=-I${.CURDIR}/../cshar
.if ${CC} == "gcc"
CFLAGS+=-fwritable-strings
.endif

.PATH:	${.CURDIR}/../cshar

.include "../../Makefile.inc"
.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d4 4
a7 1
CFLAGS+=-I${.CURDIR}/../cshar -fwritable-strings
@
