Searched defs:CMDDIR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/mandoc/
H A DMakefile16 CMDDIR= $(SRC)/cmd/mandoc macro
19 include $(CMDDIR)/Makefile.common
34 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/tools/make/bin/
H A DMakefile15 CMDDIR= $(SRC)/cmd/make/bin macro
33 SRCS=$(OBJS:%.o:$(CMDDIR)/%.cc)
54 %.o: $(CMDDIR)/%.cc
62 $(ROOTONBLDSHARE)/%: $(CMDDIR)/%.file
/illumos-gate/usr/src/tools/elfsign/
H A DMakefile35 CMDDIR= $(SRC)/cmd/cmd-crypto/elfsign macro
37 SRCS= $(CMDDIR)/$(PROG).c $(LIBOBJS:%.o=$(LIBDIR)/%.c)
64 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dsmrsh.c34 ** in your sendmail.cf file. You then create CMDDIR (owned by
78 #ifndef CMDDIR
80 # define CMDDIR SMRSH_CMDDIR macro
82 # define CMDDIR "/usr/adm/sm.bin"
84 #endif /* ! CMDDIR */
108 ** cmd -- it's a command: prepend CMDDIR/
125 /* enough space for s (len) and CMDDIR + "/" and '\0'? */
127 len + 1 + (cmd ? (strlen(CMDDIR) + 1) : 0))
137 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
210 if (strlen(par) > (sizeof newcmdbuf - sizeof CMDDIR
[all...]

Completed in 87 milliseconds