# @(#)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
PREFIX= /usr/local
BINDIR= ${PREFIX}/libexec
MANDIR= ${PREFIX}/man/man
CC?= cc
CFLAGS?= -O -pipe
CFLAGS+= -I../Include
.include <bsd.prog.mk>