Home
last modified time | relevance | path

Searched refs:DSRC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A DMakefile39 DSRC = nfsmapid_dt.d macro
40 DOBJ = $(DSRC:%.d=%.o)
54 $(TYPEPROG): $(OBJS) $(DSRC)
55 $(COMPILE.d) -s $(DSRC) -o $(DOBJ) $(OBJS)
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile41 DSRC = mountd_dt.d macro
42 DOBJ = $(DSRC:%.d=%.o)
53 $(COMPILE.d) -s $(DSRC) -o $(DOBJ) $(OBJS)
/illumos-gate/usr/src/cmd/isns/isnsd/
H A DMakefile33 DSRC = isns_provider.d macro
34 DTRACE_HEADER = $(DSRC:%.d=%.h)
39 OBJS = $(COBJS) $(DSRC:%.d=%.o)