1 1.16 pooka # $NetBSD: Makefile,v 1.16 2010/12/15 18:37:55 pooka 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.1 oster .include <bsd.prog.mk> 11