Makefile revision 50471
1226031Sstas# $FreeBSD: head/bin/chio/Makefile 50471 1999-08-27 23:15:48Z peter $
2226031Sstas#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3226031Sstas
4226031SstasCFLAGS+=-I${.CURDIR}/../../sys
5226031Sstas
6226031SstasPROG=	chio
7226031SstasSRCS=	chio.c
8226031Sstas
9226031Sstas.include <bsd.prog.mk>
10226031Sstas