diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
commit | 6fdc031751627af3f5480588e8fd097c3a683ff6 (patch) | |
tree | 69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/mount | |
parent | b3accf4c8d5ec1d17667ddf40509a48d41bc2d91 (diff) | |
download | FreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.zip FreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.tar.gz |
Convert sbin/ to LIBADD
Reduce overlinking
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index c4d98f0..f95085a 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -6,7 +6,6 @@ SRCS= mount.c mount_fs.c getmntopts.c vfslist.c MAN= mount.8 mount.conf.8 # We do NOT install the getmntopts.3 man page. -DPADD= ${LIBUTIL} -LDADD= -lutil +LIBADD= util .include <bsd.prog.mk> |