Cross Reference: /illumos-gate/usr/src/cmd/eqn/eqnchar.d/Makefile
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
# cmd/bnu/Makefile
#
include ../../Makefile.cmd
FILES = eqnchar iso ascii greek
ROOTSHPUB = $(ROOTSHLIB)/pub
ROOTSHPUBFILES = $(FILES:%=$(ROOTSHPUB)/%)
FILEMODE = 644
.KEEP_STATE :
all : $(FILES)
install : $(ROOTSHPUB) $(ROOTSHPUBFILES)
clean clobber strip lint:
$(ROOTSHPUB) :
$(INS.dir)
$(ROOTSHPUB)/% : %
$(INS.file)