Home | History | Annotate | Line # | Download | only in raidctl
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2005/01/20 16:39:23 xtraeme Exp $
      2 
      3 PROG=	raidctl 
      4 SRCS=	rf_configure.c raidctl.c
      5 MAN=	raidctl.8
      6 
      7 DPADD=  ${LIBUTIL}
      8 LDADD=  -lutil
      9 
     10 .include <bsd.prog.mk>
     11