Home | History | Annotate | Line # | Download | only in bioctl
Makefile revision 1.1.6.2
      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.6.1    matt WARNS=	4
      8  1.1.6.1    matt 
      9      1.1  bouyer .include <bsd.prog.mk>
     10