Home | History | Annotate | Line # | Download | only in raidctl
Makefile revision 1.10
      1  1.10  xtraeme #	$NetBSD: Makefile,v 1.10 2005/01/20 16:39:23 xtraeme Exp $
      2  1.10  xtraeme 
      3   1.1    oster PROG=	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