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