mount - Add missing LDADD and #include
authorAlex Hornung <ahornung@gmail.com>
Thu, 6 Aug 2009 11:13:16 +0000 (12:13 +0100)
committerAlex Hornung <ahornung@gmail.com>
Thu, 6 Aug 2009 11:13:16 +0000 (12:13 +0100)
commit891d9aee856c439ef8fc18f5ee7ab785b6c7c899
treeb0dfba577727157ff58f2789b9f86e5570771cd9
parentbe755ff9474847b91886495a2c3c4df108948f6e
mount - Add missing LDADD and #include

In mount.c, libutil.h was not being included, but getdevpath() is
used.
Also, -lutil was missing for the link stage.
sbin/mount/Makefile
sbin/mount/mount.c