1 1.18 lukem # $NetBSD: Makefile,v 1.18 2023/06/03 09:09:13 lukem 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.18 lukem COPTS.raidctl.c+= ${CC_WNO_STRINGOP_TRUNCATION} 11 1.17 mrg 12 1.1 oster .include <bsd.prog.mk> 13