#
# Copyright (c) 1998-1999 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"@(#)Makefile	1.1	99/08/11 SMI"

MODULE = genunix.so
MDBTGT = kvm

MODSRCS = genunix.c devinfo.c kmem.c bio.c \
	  leaky.c streams.c cyclic.c findstack.c

include ../../../../Makefile.cmd
include ../../Makefile.ia32
include ../../../Makefile.module

#
# We are not actually hardwiring some dependency on i86pc, we just need to
# include sys/param.h with _MACHDEP defined, and this forces the inclusion of
# machparam.h, even though we don't use anything there.  This is a temporary
# kludge until we invent -DDONTINCLUDEMACHPARAM or something.
#
CPPFLAGS += -I$(SRC)/uts/i86pc
