Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mlxctl s/LIButil/LIBUTIL/ in DPADD
details: https://anonhg.NetBSD.org/src/rev/9c68ec2ce995
branches: trunk
changeset: 819559:9c68ec2ce995
user: rin <rin%NetBSD.org@localhost>
date: Sat Dec 10 13:55:55 2016 +0000
description:
s/LIButil/LIBUTIL/ in DPADD
diffstat:
usr.sbin/mlxctl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 2d45f77782dc -r 9c68ec2ce995 usr.sbin/mlxctl/Makefile
--- a/usr.sbin/mlxctl/Makefile Sat Dec 10 13:44:51 2016 +0000
+++ b/usr.sbin/mlxctl/Makefile Sat Dec 10 13:55:55 2016 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index