Searched defs:DOBJ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile40 DOBJ = $(DSRC:%.d=%.o) macro
48 $(COMPILE.d) -s $(DSRC) -o $(DOBJ) $(OBJS)
49 $(LINK.c) -o $@ $(DOBJ) $(OBJS) $(LDLIBS)
68 $(RM) $(OBJS) $(DOBJ)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A DMakefile38 DOBJ = $(DSRC:%.d=%.o) macro
50 $(COMPILE.d) -s $(DSRC) -o $(DOBJ) $(OBJS)
51 $(LINK.c) $(ZIGNORE) -o $@ $(DOBJ) $(OBJS) $(LDLIBS)
76 $(RM) $(OBJS) $(TESTPROG) $(TESTOBJS) $(DOBJ) $(POFILE)

Completed in 54 milliseconds