Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

*** 47,58 **** all: $(PROG) lint: lint_SRCS - include ../../../Makefile.targ - %.o: ../%.c $(COMPILE.c) $< $(PROG): $(OBJS) $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(DYNFLAGS) --- 47,56 ----
*** 66,70 **** --- 64,71 ---- $(RM) $@ $(LN) $(ROOTPROG64) $@ clean: $(RM) $(PROG) $(OBJS) + + include ../../../Makefile.targ +