Kostik Belousov <kostik...@gmail.com> writes:
> The question I do not know answer for, is why do we need LDADD.

LDADD tells the linker to link ipfw with libutil.

DPADD tells make to relink ipfw if libutil changes.

You can do without DPADD, but incremental builds (i.e. "make buildworld
-DNO_CLEAN" or simply "make") won't work properly.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to