NetBSD/sbin/raidctl/Makefile
pooka db818c53ab Use RUMPPRG.
ok Greg Oster
2010-12-15 18:37:55 +00:00

11 lines
182 B
Makefile

# $NetBSD: Makefile,v 1.16 2010/12/15 18:37:55 pooka Exp $
RUMPPRG=raidctl
SRCS= rf_configure.c raidctl.c
MAN= raidctl.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>