Searched refs:CMP_OBJS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A DMakefile29 CMP_OBJS= protocmp.o $(STD_OBJS) macro
30 CMP_SRCS= $(CMP_OBJS:%.o=%.c)
31 CLEANFILES += $(CMP_OBJS)
43 protocmp: $(CMP_OBJS)
44 $(LINK.c) -o $@ $(CMP_OBJS) $(LDLIBS)

Completed in 552 milliseconds