summaryrefslogtreecommitdiffstats
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2004-02-17 08:43:05 +0000
committergrog <grog@FreeBSD.org>2004-02-17 08:43:05 +0000
commit55590093d9518557a8233c2e404cde2205c920b3 (patch)
treeb8e63f1308a82c2141f4a8d1ab8d92cc9869a484 /sbin/mount/Makefile
parent7309f777b627aa98766d76409b9783bf70760450 (diff)
downloadFreeBSD-src-55590093d9518557a8233c2e404cde2205c920b3.zip
FreeBSD-src-55590093d9518557a8233c2e404cde2205c920b3.tar.gz
Report the difference between ufs and ufs2.
Submitted by: "Christian S.J. Peron" <maneo@bsdpro.com>
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 407abea..e9e4fdf 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -3,6 +3,8 @@
PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
+DPADD= ${LIBUFS}
+LDADD= -lufs
WARNS?= 0
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
OpenPOWER on IntegriCloud