Makefile revision 4029
301N/A# The contents of this file are subject to the terms of the 301N/A# Common Development and Distribution License (the "License"). 301N/A# You may not use this file except in compliance with the License. 301N/A# See the License for the specific language governing permissions 301N/A# and limitations under the License. 301N/A# When distributing Covered Code, include this CDDL HEADER in each 301N/A# If applicable, add the following below this CDDL HEADER, with the 301N/A# fields enclosed by brackets "[]" replaced with your own identifying 301N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3817N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 301N/A# Need to use Makefiles in the sys/unix directory and copy them into various 4029N/A# Nethack's build infrastructure doesn't let you easily override CFLAGS. 4029N/A# Luckily, all the source files live in the same location relative to the 4029N/A# include directory, so we can just stuff a -I into CFLAGS matching what's 4029N/A# there in the Makefiles. And we have to force this to be overridden by 4029N/A# putting -e into MAKEFLAGS.