Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A DMakefile30 EXPROBJ= exprobjs/expr.o exprobjs/compile.o macro
34 OBJS= $(EXPROBJ) $(XPG4EXPROBJ) $(XPG6EXPROBJ)
60 $(PROG): exprobjs $(EXPROBJ) $(MAPFILES)
61 $(LINK.c) $(EXPROBJ) -o $@ $(LDLIBS)