#	@(#)Makefile	8.1 (Berkeley) 6/4/93
#	$Id: Makefile,v 1.2 1999/09/22 15:22:56 jsellens Exp jsellens $

PROG=	biffer_comsat
MAN8=	biffer_comsat.8
# We set NOMANCOMPRESS since the port's Makefile will do it for us
NOMANCOMPRESS=	yes

SRCS=	comsat.c usebiffer.c

BINDIR=        /usr/local/libexec
MANDIR=        /usr/local/man/man

CFLAGS+=	-I../Include

.include <bsd.prog.mk>
