Module Name: src
Committed By: rin
Date: Sat Dec 10 13:55:56 UTC 2016
Modified Files:
src/usr.sbin/mlxctl: Makefile
Log Message:
s/LIButil/LIBUTIL/ in DPADD
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/mlxctl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/mlxctl/Makefile
diff -u src/usr.sbin/mlxctl/Makefile:1.4 src/usr.sbin/mlxctl/Makefile:1.5
--- src/usr.sbin/mlxctl/Makefile:1.4 Wed Jun 11 14:51:49 2014
+++ src/usr.sbin/mlxctl/Makefile Sat Dec 10 13:55:55 2016
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2014/06/11 14:51:49 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2016/12/10 13:55:55 rin Exp $
PROG= mlxctl
SRCS= cmds.c config.c dklist.c main.c util.c
MAN= mlxctl.8
LDADD= -lutil
-DPADD= ${LIButil}
+DPADD= ${LIBUTIL}
.include <bsd.prog.mk>