Codebase list slapi-nis / 3de4b8d
- nuke the old file when we decide to create a new one Nalin Dahyabhai 12 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 all: $(CLEANFILES)
44
55 yp.h: yp.x
6 $(RM) -f $@
67 $(RPCGEN) -h -o $@ $^
78 yp_xdr.c: yp.x
9 $(RM) -f $@
810 $(RPCGEN) -c -o $@ $^
911 yp_clnt.c: yp.x
12 $(RM) -f $@
1013 $(RPCGEN) -l -o $@ $^