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


1.2
date	94.06.16.19.31.19;	author roger;	state Exp;
branches;
next	1.1;

1.1
date	94.06.09.20.34.36;	author roger;	state Exp;
branches;
next	;


desc
@orig.
@


1.2
log
@use gcc on the RT>
@
text
@#	BSDI $Id: Makefile,v 1.1 1994/06/09 20:34:36 roger Exp roger $

.if ${MACHINE} == "rt"
CC=gcc
.endif
PROG=	fax2ps
SRCS=	fax2ps.c faxdecode.c
CFLAGS+=${FAXINCS} -DSIGCLD=SIGCHLD
DPADD=	${FAXLIBS} ${LIBUTIL} ${LIBG++} ${LIBM}
LDADD=	${FAXLIBS} -lutil -lg++ -lm -lc

${PROG}.1: ${.CURDIR}/../man/${PROG}.1
	sed ${MANSED} < ${.ALLSRC} > ${.TARGET}
CLEANFILES+=${PROG}.1

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.2 1994/01/15 00:03:37 torek Exp $
d3 3
@
