Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3980N/A#
3980N/A# CDDL HEADER START
3980N/A#
3980N/A# The contents of this file are subject to the terms of the
3980N/A# Common Development and Distribution License, Version 1.0 only
3980N/A# (the "License"). You may not use this file except in compliance
3980N/A# with the License.
3980N/A#
3980N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3980N/A# or http://www.opensolaris.org/os/licensing.
3980N/A# See the License for the specific language governing permissions
3980N/A# and limitations under the License.
3980N/A#
3980N/A# When distributing Covered Code, include this CDDL HEADER in each
3980N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3980N/A# If applicable, add the following below this CDDL HEADER, with the
3980N/A# fields enclosed by brackets "[]" replaced with your own identifying
3980N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3980N/A#
# CDDL HEADER END
#
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 1990 by Sun Microsystems, Inc.
#
# cmd/face/OBJECTS/programs/Makefile
include ../../../Makefile.cmd
include ../../src/Makefile.com
ROOTDIR= $(ROOTVMSYS)/OBJECTS/programs
OBJFILES= Form.add Form.mod Menu.install Menu.list Text.conf
ROOTBIN= $(OBJFILES:%=$(ROOTDIR)/%)
FILEMODE= 755
# install rules
$(ROOTDIR)/% : %
$(INS.file)
.KEEP_STATE:
all: $(OBJFILES)
install: all $(ROOTDIR) $(ROOTBIN)
$(ROOTDIR):
-$(INS.dir)
clean clobber lint: