Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A DMakefile19 HEAP_OBJS=$(HEAP_SRCS:.c=.o) macro
28 test_heap : $(HEAP_OBJS)
29 $(CC) -o $@ $(HEAP_OBJS)