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