15 lines
183 B
Makefile
15 lines
183 B
Makefile
#
|
|
# @(#)Makefile 1.1 94/10/31 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
|