# 
# $RCSfile: Makefile,v $
#
# x-kernel v3.3
#
# Copyright (c) 1996,1993,1991,1990  Arizona Board of Regents
#
# $Revision: 1.2 $
# $Date: 1996/06/03 23:04:14 $
#

include Files

#
# Configure BLAST to send nacks when last fragment doesn't complete
# the datagram on all platforms except Mach
#
ifneq ($(XPLATFORM), mach3)

TMP_CPPFLAGS := -DBLAST_LAST_FRAG_NACKS

endif

include $(MAKE_INCLUDE)/Makefile.common
