Home | History | Annotate | Line # | Download | only in raidctl
Makefile revision 1.17
      1  1.17      mrg #	$NetBSD: Makefile,v 1.17 2019/10/13 07:28:12 mrg Exp $
      2  1.10  xtraeme 
      3  1.16    pooka RUMPPRG=raidctl 
      4   1.8    oster SRCS=	rf_configure.c raidctl.c
      5   1.1    oster MAN=	raidctl.8
      6   1.7  thorpej 
      7   1.1    oster DPADD=  ${LIBUTIL}
      8   1.1    oster LDADD=  -lutil
      9   1.1    oster 
     10  1.17      mrg COPTS.raidctl.c+=	${GCC_NO_STRINGOP_TRUNCATION}
     11  1.17      mrg 
     12   1.1    oster .include <bsd.prog.mk>
     13