14 lines
204 B
Makefile
14 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/05/11 23:16:29 mrg Exp $
|
|
|
|
PROG= dkctl
|
|
MAN= dkctl.8
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.if ${HAVE_GCC} == 4
|
|
COPTS.dkctl.c+= -Wno-pointer-sign
|
|
.endif
|