NetBSD/sbin/dkctl/Makefile
dholland f8a6ea099c Use explicit cast instead of -Wno-pointer-sign. The site in question is
already marked XXX so there's not much point in whitewashing it.
2011-08-06 16:34:40 +00:00

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>