Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile42 DOBJ = $(DSRC:%.d=%.o) macro
53 $(COMPILE.d) -s $(DSRC) -o $(DOBJ) $(OBJS)
54 $(LINK.c) -o $@ $(DOBJ) $(OBJS) $(LDLIBS)
70 $(RM) $(OBJS) $(DOBJ)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A DMakefile40 DOBJ = $(DSRC:%.d=%.o) macro
55 $(COMPILE.d) -s $(DSRC) -o $(DOBJ) $(OBJS)
56 $(LINK.c) $(ZIGNORE) -o $@ $(DOBJ) $(OBJS) $(LDLIBS)
81 $(RM) $(OBJS) $(TESTPROG) $(TESTOBJS) $(DOBJ) $(POFILE)
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A DMakefile83 $(RM) $(OBJS) $(DOBJ)