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

@@ -47,12 +47,10 @@
 
 all:    $(PROG)
 
 lint:   lint_SRCS
 
-include ../../../Makefile.targ
-
 %.o:    ../%.c
         $(COMPILE.c) $<
 
 $(PROG): $(OBJS)
         $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(DYNFLAGS)

@@ -66,5 +64,8 @@
         $(RM) $@
         $(LN) $(ROOTPROG64) $@
 
 clean:
         $(RM) $(PROG) $(OBJS)
+
+include ../../../Makefile.targ
+