f8a6ea099c
already marked XXX so there's not much point in whitewashing it.
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/08/06 16:34:40 dholland Exp $
|
|
|
|
PROG= dkctl
|
|
MAN= dkctl.8
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|