Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/savecore/
H A DMakefile52 BZIP2OBJS = bz2blocksort.o \ macro
60 $(BZIP2OBJS) := SMOFF=indenting
68 $(PROG): $(OBJS) $(BZIP2OBJS)
69 $(LINK.c) -o $(PROG) $(OBJS) $(BZIP2OBJS) $(LDLIBS)
73 $(RM) $(OBJS) $(BZIP2OBJS)