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