s/LIButil/LIBUTIL/ in DPADD
This commit is contained in:
parent
a1a710f899
commit
a3ee12347a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue