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


1.3
date	94.02.22.09.37.45;	author md;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@Need to keep syserr for other parts of the code.  Use NOSYSERR to
indicate that we want to use printf() instead.
@
text
@#       @@(#)Makefile    5.3 (Berkeley) 5/11/90

.include "../../mk.defs"

PROG=   conv
SRCS=	conv.c strcnv.c
NOMAN=
CFLAGS+=-I${.CURDIR}/../$(INCLUDEDIR) -ULOG -DNOSYSERR\
	-DMAPDIR=\"$(LIBDIR)/char\" 

install:

.include <bsd.prog.mk>
@


1.2
log
@convert syserr() to printf() since redefining it causes declartion
conflicts.
@
text
@d8 1
a8 1
CFLAGS+=-I${.CURDIR}/../$(INCLUDEDIR) -ULOG \
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
CFLAGS+=-I${.CURDIR}/../$(INCLUDEDIR) -ULOG -Dsyserr=printf \
@
