#
# @(#)Makefile 1.1 92/07/30 SMI; from S5R2 1.7
# Makefile for "cflow"
#

VERSION= 4.1

all: cflow.sh

install:	all
	install -c cflow.sh $(DESTDIR)/usr/bin/cflow

clean:
	sccs clean
