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

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

MOD=tblt

OBJS=	tblt.o

MOD_CONF= $(MOD:%=%.conf)

all: $(MOD)

include ../Makefile.driver

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