
#
# Copyright (c) 1996,1997, by Sun Microsystems, Inc.
# All Rights Reserved
#
#ident	"@(#)Makefile	1.4	97/04/07 SMI"
#

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

all: p9000

p9000:	FORCE
	@if test $(INST) = "i386" ; \
		then ( cd $(INST); make ) ; \
	else \
		echo "p9000 driver not available for $(INST) architecture" ; \
	fi

ddict:	FORCE
	@if test $(INST) = "i386" ; \
		then ( cd $(INST); make ddict ) ; \
	else \
		echo "p9000 driver not available for $(INST) architecture" ; \
	fi

clean:	FORCE
	@if [ -d $(INST) ] ; \
		then ( cd $(INST); make clean ) ; \
	fi

#include ../Makefile.driver

CFLAGS += -D$(INST) $(ENVCPPFLAGS1) $(ENVCPPFLAGS2)

FORCE:
