# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.11 2001/07/05 13:01:14 rrt Exp $
#
# (c) The GHC Team, 1999
#

TOP=../..
include $(TOP)/mk/boilerplate.mk

PACKAGE = posix
IS_CBITS_LIB = YES

SRC_CC_OPTS += -I$(FPTOOLS_TOP_ABS)/ghc/lib/std/cbits

include $(TOP)/mk/target.mk
