Home
last modified time | relevance | path

Searched refs:CMDDIR (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/tools/vtfontcvt/
H A DMakefile17 CMDDIR= $(SRC)/cmd/vtfontcvt macro
20 include $(CMDDIR)/Makefile.common
38 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dsmrsh.c76 #ifndef CMDDIR
78 # define CMDDIR SMRSH_CMDDIR macro
80 # define CMDDIR "/usr/adm/sm.bin"
125 len + 1 + (cmd ? (strlen(CMDDIR) + 1) : 0))
135 (void) sm_strlcat2(newcmdbuf, CMDDIR, "/", sizeof newcmdbuf);
208 if (strlen(par) > (sizeof newcmdbuf - sizeof CMDDIR - 2))
291 if (sm_strlcpyn(cmdbuf, sizeof cmdbuf, 3, CMDDIR,
/illumos-gate/usr/src/tools/mandoc/
H A DMakefile17 CMDDIR= $(SRC)/cmd/mandoc macro
21 include $(CMDDIR)/Makefile.common
43 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/tools/zic/
H A DMakefile6 CMDDIR= $(SRC)/cmd/zic macro
9 include $(CMDDIR)/Makefile.common
11 CPPFLAGS += -I$(CMDDIR)
21 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/tools/tic/
H A DMakefile28 CMDDIR= $(SRC)/cmd/tic macro
31 include $(CMDDIR)/Makefile.common
33 MAPFILES= $(CMDDIR)/$(MAPFILE.INT)
44 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/tools/rpcgen/
H A DMakefile16 CMDDIR= $(SRC)/cmd/rpcgen macro
19 include $(CMDDIR)/Makefile.common
34 %.o: $(CMDDIR)/%.c
/illumos-gate/usr/src/tools/make/bin/
H A DMakefile16 CMDDIR= $(SRC)/cmd/make/bin macro
62 %.o: $(CMDDIR)/%.cc
70 $(ROOTONBLDSHARE)/%: $(CMDDIR)/%.file
/illumos-gate/usr/src/tools/localedef/
H A DMakefile19 CMDDIR= $(SRC)/cmd/localedef macro
22 include $(CMDDIR)/Makefile.common
27 CPPFLAGS += -I$(CMDDIR) -I.
33 parser.tab.c parser.tab.h: $(CMDDIR)/parser.y $(CMDDIR)/localedef.h
34 $(YACC) $(YFLAGS) $(CMDDIR)/parser.y
42 %.o: $(CMDDIR)/%.c