NetBSD/sbin/raidctl/Makefile

13 lines
229 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2019/10/13 07:28:12 mrg Exp $
2010-12-15 21:37:55 +03:00
RUMPPRG=raidctl
SRCS= rf_configure.c raidctl.c
MAN= raidctl.8
DPADD= ${LIBUTIL}
LDADD= -lutil
COPTS.raidctl.c+= ${GCC_NO_STRINGOP_TRUNCATION}
.include <bsd.prog.mk>