# $Id: Makefile,v 1.3 2001/02/16 04:48:10 jabley Exp $
# 
# Copyright (c) 2000-2001 by Metromedia Fiber Network Services, Inc.
# 
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
# 
# THE SOFTWARE IS PROVIDED "AS IS" AND METROMEDIA FIBER NETWORK SERVICES,
# INC. ("MFN") DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
# EVENT SHALL MFN BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# 
#   Metromedia Fiber Network
#   360 Hamilton Avenue
#   White Plains, NY 10601
# 
#   http://www.mmfn.com/

all: aggregate

clean:
	rm aggregate

install: aggregate aggregate.1
	install -c -g wheel -m 0755 -o root aggregate /usr/local/bin/
	install -c -g wheel -m 0644 -o root aggregate.1 /usr/local/man/man1/
	install -c -g wheel -m 0755 -o root aggregate-ios /usr/local/bin/
	install -c -g wheel -m 0644 -o root aggregate-ios.1 /usr/local/man/man1/

aggregate: aggregate.c
