Home | History | Annotate | Line # | Download | only in bioctl
Makefile revision 1.1
      1  1.1  bouyer #	$OpenBSD: Makefile,v 1.8 2006/11/26 11:31:08 deraadt Exp $
      2  1.1  bouyer 
      3  1.1  bouyer PROG=	bioctl
      4  1.1  bouyer SRCS=   bioctl.c strtonum.c
      5  1.1  bouyer MAN=	bioctl.8
      6  1.1  bouyer 
      7  1.1  bouyer DPADD=  ${LIBUTIL}
      8  1.1  bouyer LDADD=  -lutil
      9  1.1  bouyer 
     10  1.1  bouyer .include <bsd.prog.mk>
     11