1 1.7 thorpej # $NetBSD: Makefile,v 1.7 2000/05/23 00:46:53 thorpej Exp $ 2 1.1 oster PROG= raidctl 3 1.6 oster SRCS= rf_configure.c rf_layout.c raidctl.c 4 1.1 oster MAN= raidctl.8 5 1.7 thorpej 6 1.7 thorpej WARNS=2 7 1.1 oster 8 1.1 oster LOOKHERE = ${.CURDIR}/../../sys/dev/raidframe 9 1.1 oster 10 1.5 oster CPPFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE} 11 1.1 oster .PATH: ${LOOKHERE} 12 1.1 oster 13 1.1 oster DPADD= ${LIBUTIL} 14 1.1 oster LDADD= -lutil 15 1.1 oster 16 1.1 oster .include <bsd.prog.mk> 17