Cross Reference:
xref
: /
illumos-gate
/
usr
/
src
/
cmd
/
face
/
HELP
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
749
N/A
#
749
N/A
#ident "%Z%%M% %I% %E% SMI"
749
N/A
#
749
N/A
# Copyright (c) 1990 by Sun Microsystems, Inc.
749
N/A
#
749
N/A
#
cmd
/
face
/
HELP
/
Makefile
749
N/A
749
N/A
include
../../
Makefile.cmd
919
N/A
include
../
src
/
Makefile.com
919
N/A
919
N/A
SUBDIRS
=
dos
mail
spell
programs
pref
lp
919
N/A
919
N/A
all
:=
TARGET
=
all
919
N/A
install
:=
TARGET
=
install
919
N/A
clean
:=
TARGET
=
clean
919
N/A
clobber
:=
TARGET
=
clobber
919
N/A
lint
:=
TARGET
=
lint
919
N/A
919
N/A
VMBIN
=
$(
ROOTVMSYS
)
/
bin
919
N/A
VMLIB
=
$(
ROOTVMSYS
)
/
lib
919
N/A
919
N/A
# HELP bin install
919
N/A
919
N/A
ROOTDIR
=
$(
ROOTVMSYS
)
/
HELP
919
N/A
749
N/A
HELPFILES
=
update
unix
undelete
time
show
-
path
select
security
run
rename
\
749
N/A
refresh
redescribe
print
prev
-
frm
organize
open
next
-
frm
move
\
749
N/A
help
goto
frm
-
mgmt
find
exit
display
delete
create
copy
close
\
749
N/A
cleanup
cancel
\
749
N/A
T.m.frmlist
T.m.found
\
749
N/A
T.hwaste
T.husers
T.htoc
T.hspell
1
T.hsend
1
T.hsec
9
T.hsec
8
\
749
N/A
T.hsec
7
T.hsec
6
T.hsec
5
T.hsec
4
T.hsec
3
T.hsec
2
T.hsec
10
\
749
N/A
T.hsec
1
T.hprog
T.hprin
1
T.horg
3
T.horg
2
T.horg
1
T.hoffice
\
749
N/A
T.hmerror
T.hmail
T.hfind
4
T.hfind
3
T.hfind
2
T.hfind
1
\
749
N/A
T.hfilecab
T.hface
T.hcreate
T.hattface
T.h7.cmd
T.h55.waste
\
749
N/A
T.h43.fold
T.h41.obj
T.h3.frames
T.h1.help
T.f.propts
749
N/A
749
N/A
ROOTBIN
=
$(
HELPFILES
:%=
$(
ROOTDIR
)
/%)
749
N/A
749
N/A
FILEMODE
=
755
749
N/A
749
N/A
# install rules
749
N/A
749
N/A
$(
ROOTDIR
)
/% : %
749
N/A
$(
INS.file
)
749
N/A
749
N/A
.
KEEP_STATE
:
749
N/A
749
N/A
all
:
$(
HELPFILES
)
$(
SUBDIRS
)
749
N/A
749
N/A
install
:
all
$(
ROOTDIR
)
$(
ROOTBIN
)
$(
SUBDIRS
)
749
N/A
749
N/A
$(
ROOTDIR
)
:
749
N/A
-
$(
INS.dir
)
749
N/A
749
N/A
clean
clobber
:
749
N/A
749
N/A
lint
:
749
N/A
749
N/A
$(
SUBDIRS
)
:
FRC
@
cd
$@;
pwd
;
$(
MAKE
)
$(
TARGET
)
FRC
: