#
# Copyright (c) 2000-2001,2003 Silicon Graphics, Inc.  All Rights Reserved.
#
# $Id: GNUmakefile.install,v 1.3 2003/02/20 19:20:25 kenmcd Exp $

SHELL	= sh
IAM	= sample
TARGETS	=
LDIRT	= *.log *.pag *.dir

default: $(TARGETS)

install:	default

clobber:
	rm -f $(LDIRT) $(TARGETS)
