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


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

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


desc
@@


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

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


1.1
log
@Initial revision
@
text
@d4 1
d6 1
@
