Searched defs:POFILES (Results 1 - 25 of 238) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/virtinfo/
H A DMakefile30 POFILES = virtinfo.po macro
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A DMakefile31 POFILES= $(PROG).po macro
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A DMakefile31 POFILES= $(PROG).po macro
/illumos-gate/usr/src/lib/brand/shared/zone/
H A DMakefile35 POFILES= common.po query.po uninstall.po macro
38 $(POFILE): $(POFILES)
40 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/projadd/
H A DMakefile32 POFILES= $(PROGS:%=%.po) macro
47 _msg: $(MSGDOMAIN) $(POFILES)
48 $(CP) $(POFILES) $(MSGDOMAIN)
/illumos-gate/usr/src/cmd/ramdiskadm/
H A DMakefile30 POFILES= $(OBJS:%.o=%.po) macro
47 $(POFILE): $(POFILES)
49 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/expand/
H A DMakefile35 POFILES= expand_cmd.po unexpand.po macro
52 $(POFILE): $(POFILES)
53 $(RM) $@; cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/ndmpstat/
H A DMakefile45 POFILES= ndmpstat_main.po macro
60 $(POFILE): $(POFILES)
62 $(CAT) $(POFILES) > $@
65 $(RM) $(OBJS) $(POFILES)
/illumos-gate/usr/src/cmd/mkdir/
H A DMakefile52 POFILES= $(OBJS:%.o=%.po) macro
65 $(POFILE): $(POFILES)
67 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/mkfifo/
H A DMakefile50 POFILES= $(OBJS:%.o=%.po) macro
61 $(POFILE): $(POFILES)
63 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/mpathadm/
H A DMakefile34 POFILES=$(OBJS:%.o=%.po) macro
52 $(RM) $(OBJS) $(POFILES) $(POFILE)
54 $(POFILE): $(POFILES)
56 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/ndmpadm/
H A DMakefile44 POFILES= ndmpadm_main.po ndmpadm_print.po macro
61 $(POFILE): $(POFILES)
63 $(CAT) $(POFILES) > $@
66 $(RM) $(OBJS) $(POFILES)
/illumos-gate/usr/src/cmd/du/
H A DMakefile38 POFILES = du.po macro
50 $(POFILE): $(POFILES) $(POFILES_XPG4)
51 $(RM) $@; cat $(POFILES) $(POFILES_XPG4) > $@
/illumos-gate/usr/src/cmd/sed/
H A DMakefile21 POFILES= $(OBJS:%.o=%.po) macro
38 $(POFILE): $(POFILES)
40 $(CAT) $(POFILES) > $@
49 $(RM) $(OBJS) $(POFILES)
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A DMakefile39 POFILES = $(OBJS:%.o=%.po) macro
56 $(POFILE): $(POFILES)
57 $(RM) $@; cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/getent/
H A DMakefile57 POFILES= $(SRCS:%.c=%.po) macro
63 $(POFILE): $(POFILES)
65 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A DMakefile36 POFILES = $(OBJS:%.o=%.po) macro
56 $(POFILE): $(POFILES)
58 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/svc/servinfo/
H A DMakefile29 POFILES = $(OBJS:.o=.po) macro
49 $(RM) $(OBJS) $(POFILES) $(PROG)
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A DMakefile17 POFILES = generic.po macro
51 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
53 $(CAT) $(POFILES) > $@
/illumos-gate/usr/src/cmd/svc/svcprop/
H A DMakefile29 POFILES = $(OBJS:.o=.po) macro
/illumos-gate/usr/src/cmd/tbl/
H A DMakefile36 POFILES= $(OBJS:%.o=%.po) macro
52 $(POFILE): $(POFILES)
54 cat $(POFILES) > $@
/illumos-gate/usr/src/cmd/lofiadm/
H A DMakefile33 POFILES= $(OBJS:%.o=%.po) macro
63 $(POFILE): $(POFILES)
65 cat $(POFILES) > $@
68 $(RM) $(PROG) $(OBJS) $(LZMAOBJS) $(POFILE) $(POFILES)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/
H A DMakefile62 POFILES= javelin.po macro
68 $(POFILE): $(POFILES)
70 $(CAT) $(POFILES) > $@
72 $(POFILES):
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/
H A DMakefile69 POFILES= littleneck.po macro
75 $(POFILE): $(POFILES)
77 $(CAT) $(POFILES) > $@
79 $(POFILES):
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/picl/
H A DMakefile72 POFILES= lw8.po macro
78 $(POFILE): $(POFILES)
80 $(CAT) $(POFILES) > $@
82 $(POFILES):

Completed in 147 milliseconds

12345678910