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