s/LIButil/LIBUTIL/ in DPADD

This commit is contained in:
rin 2016-12-10 13:55:55 +00:00
parent a1a710f899
commit a3ee12347a
1 changed files with 2 additions and 2 deletions

View File

@ -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>