Home | History | Annotate | Line # | Download | only in dkctl
Makefile revision 1.4.24.1
      1  1.4.24.1  wrstuden #	$NetBSD: Makefile,v 1.4.24.1 2008/09/18 04:28:22 wrstuden Exp $
      2       1.1   thorpej 
      3       1.1   thorpej PROG=	dkctl
      4       1.1   thorpej MAN=	dkctl.8
      5       1.1   thorpej 
      6       1.1   thorpej LDADD+=	-lutil
      7       1.1   thorpej DPADD+=	${LIBUTIL}
      8       1.1   thorpej 
      9       1.1   thorpej .include <bsd.prog.mk>
     10       1.4       mrg 
     11  1.4.24.1  wrstuden .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
     12       1.4       mrg COPTS.dkctl.c+=	-Wno-pointer-sign
     13       1.4       mrg .endif
     14