the man page for 'lorder' has a bug; there is a missing "|" (pipe) in the
example. it should be
ar cr library.a `lorder ${OBJS} | tsort`
^
probably the last thing anyone would notice ;-) except that the
example appears to be straight out of /usr/share/mk/bsd.lib.mk (modulo
the missing pipe)
-brad