null

Searched refs:FILES (Results 1 - 25 of 120) sorted by relevance

12345

/illumos-gate/usr/src/test/test-runner/man/
H A DMakefile23 FILES = $(MANSRCS:%=$(MANDIR)/%) macro
24 $(FILES) := FILEMODE = 0444
28 install: $(FILES)
32 $(FILES): $(MANDIR) $(MANSRCS)
/illumos-gate/usr/src/boot/sys/boot/sparc64/zfsboot/
H A DMakefile7 FILES= zfsboot macro
/illumos-gate/usr/src/common/mapfiles/i386/
H A DMakefile31 FILES= macro
33 install: $(DIRS) $(FILES)
35 $(FILES):= FILEMODE=444
/illumos-gate/usr/src/common/mapfiles/sparc/
H A DMakefile31 FILES= macro
33 install: $(DIRS) $(FILES)
35 $(FILES):= FILEMODE=444
/illumos-gate/usr/src/cmd/devmgmt/data/
H A DMakefile27 FILES= device.tab dgroup.tab macro
28 ROOTETCFILES= $(FILES:%=$(ROOTETC)/%)
36 all: $(FILES)
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile11 FILES = eqnchar iso ascii greek macro
15 ROOTSHPUBFILES = $(FILES:%=$(ROOTSHPUB)/%)
22 all : $(FILES)
/illumos-gate/usr/src/test/libc-tests/doc/
H A DMakefile23 FILES = $(READMES:%=$(ROOTOPTPKG)/%) macro
24 $(FILES) := FILEMODE = 0444
28 install: $(ROOTOPTPKG) $(FILES)
/illumos-gate/usr/src/test/os-tests/doc/
H A DMakefile22 FILES = $(READMES:%=$(ROOTOPTPKG)/%) macro
23 $(FILES) := FILEMODE = 0444
27 install: $(ROOTOPTPKG) $(FILES)
/illumos-gate/usr/src/test/util-tests/doc/
H A DMakefile23 FILES = $(READMES:%=$(ROOTOPTPKG)/%) macro
24 $(FILES) := FILEMODE = 0444
28 install: $(ROOTOPTPKG) $(FILES)
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DMakefile22 FILES = $(READMES:%=$(ROOTOPTPKG)/%) macro
23 $(FILES) := FILEMODE = 0444
27 install: $(ROOTOPTPKG) $(FILES)
/illumos-gate/usr/src/lib/libc/
H A Dextract-copyright.pl90 my @FILES;
97 push(@FILES, $path);
106 push(@FILES, $a);
111 @FILES = sort @FILES;
113 foreach $a (@FILES) {
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/fontmaps/
H A DMakefile31 FILES = $(FONTMAPS) macro
35 ROOTFILES = $(FILES:%=$(ROOTFONTMAPS)/%)
41 all: $(FILES)
/illumos-gate/usr/src/test/zfs-tests/callbacks/
H A DMakefile23 FILES = $(CALLBACKS:%=$(CALLBACKSDIR)/%) macro
24 $(FILES) := FILEMODE = 0555
28 install: $(CALLBACKSDIR) $(FILES)
/illumos-gate/usr/src/cmd/sgs/packages/i386/
H A DMakefile33 all: $(FILES)
/illumos-gate/usr/src/cmd/sgs/packages/sparc/
H A DMakefile33 all: $(FILES)
/illumos-gate/usr/src/common/mapfiles/common/
H A DMakefile31 FILES= \ macro
43 install: $(DIRS) $(FILES)
45 $(FILES):= FILEMODE=444
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A DMakefile34 FILES= catv.fd \ macro
44 ROOTFILES = $(FILES:%=$(ROOTETCLPFD)/%)
52 all: $(TXTS) $(FILES)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DMakefile35 FILES = \ macro
50 ROOTPOSTFILES= $(FILES:%=$(ROOTLIBLPPOST)/%)
54 all: $(TXTFILES) $(FILES)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/
H A DMakefile21 FILES = unclean_export.dat.bz2 macro
23 CMDS = $(FILES:%=$(BLOCKFILESDIR)/%)
/illumos-gate/usr/src/common/mapfiles/amd64/
H A DMakefile32 FILES= macro
34 install: $(DIRS) $(FILES) map.link
36 $(FILES):= FILEMODE=444
/illumos-gate/usr/src/common/mapfiles/sparcv9/
H A DMakefile32 FILES= macro
34 install: $(DIRS) $(FILES) map.link
36 $(FILES):= FILEMODE=444
/illumos-gate/usr/src/cmd/troff/troff.d/tmac.d/
H A DMakefile34 FILES = acm.me an ansun ansun.tbl bib \ macro
43 ROOTFILES = $(FILES:%=$(ROOTTMAC)/%)
47 all: $(FILES)
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DMakefile34 FILES = $(CHARFILES) $(MAPFILES) $(TXTS) macro
38 ROOTFILES = $(FILES:%=$(ROOTCHARLIB)/%)
44 all: $(FILES)
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A DMakefile6 FILES?= boot1 macro
8 CLEANFILES=${FILES} boot1.aout
19 ${FILES}: boot1.aout
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A DMakefile30 FILES = zfs_list.cfg \ macro
33 CMDS = $(PROGS:%=$(TESTDIR)/%) $(FILES:%=$(TESTDIR)/%)

Completed in 210 milliseconds

12345