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>
