Cross Reference:
xref
: /
illumos-gate
/
usr
/
src
/
cmd
/
face
/
HELP
/
pref
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 1990 by Sun Microsystems, Inc.
#
#
cmd
/
face
/
HELP
/
pref
/
Makefile
include
../../../
Makefile.cmd
include
../../
src
/
Makefile.com
# HELP bin install
ROOTDIR
=
$(
ROOTVMSYS
)
/
HELP
/
pref
HELPFILES
=
T.hcolor
1
T.hcolor
10
T.hcolor
2
T.hcolor
3
T.hcolor
4
T.hcolor
5
\
T.hcolor
6
T.hcolor
7
T.hcolor
8
T.hcolor
9
T.hdisp
1
T.hdisp
2
\
T.hdisp
3
T.hdisp
4
T.hfunc
1
T.hfunc
2
T.hfunc
3
T.hfunc
4
T.hfunc
5
\
T.hfunc
6
T.hfunc
7
T.hpref
ROOTBIN
=
$(
HELPFILES
:%=
$(
ROOTDIR
)
/%)
FILEMODE
=
755
# install rules
$(
ROOTDIR
)
/% : %
$(
INS.file
)
.
KEEP_STATE
:
all
:
$(
HELPFILES
)
install
:
all
$(
ROOTDIR
)
$(
ROOTBIN
)
$(
ROOTDIR
)
:
-
$(
INS.dir
)
clean
clobber
lint
: