aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsirand/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-05 22:46:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-05 22:46:11 +0000
commitb7f7b35fd30261f2a777431c556edae68e751609 (patch)
treee8b4313badabca39b80437d5beffbdc193855f54 /sbin/fsirand/Makefile
parentf5a6518ef39bc6cd37167433a55c648d1d5d2d43 (diff)
downloadsrc-b7f7b35fd30261f2a777431c556edae68e751609.tar.gz
src-b7f7b35fd30261f2a777431c556edae68e751609.zip
fsirand does not actually use libutil
Notes
Notes: svn path=/head/; revision=274148
Diffstat (limited to 'sbin/fsirand/Makefile')
-rw-r--r--sbin/fsirand/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile
index 19888dff4d0a..2ae820a84783 100644
--- a/sbin/fsirand/Makefile
+++ b/sbin/fsirand/Makefile
@@ -4,7 +4,5 @@
PROG= fsirand
MAN= fsirand.8
WARNS?= 3
-DPADD= ${LIBUTIL}
-LDADD= -lutil
.include <bsd.prog.mk>