Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
1N/A# The contents of this file are subject to the terms of the 1N/A# Common Development and Distribution License (the "License"). 1N/A# You may not use this file except in compliance with the License. 1N/A# See the License for the specific language governing permissions 1N/A# and limitations under the License. 1N/A# When distributing Covered Code, include this CDDL HEADER in each 1N/A# If applicable, add the following below this CDDL HEADER, with the 1N/A# fields enclosed by brackets "[]" replaced with your own identifying 1N/A# information: Portions Copyright [yyyy] [name of copyright owner] 1N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 1N/A# Use is subject to license terms. 1N/A# the 'stty' objects have to be made in a separate directory 1N/A# since only they are built with the -DEUC flag (see below). 1N/A# If machine name and /etc/issue file need to be printed 1N/A# before the service prompt is printed, then: CPPFLAGS += -DSYS_NAME 1N/A# If debug is needed, then: CPPFLAGS += -DDEBUG 1N/A# fix for 1111333 - turn on SYS_NAME so /etc/issue will be read if it exists 1N/A# Only stty can be built with -DEUC. ttymon will dump core unless further 1N/A# changes are made to it.