1# $FreeBSD$ 2# @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4CFLAGS+=-I${.CURDIR}/../../sys 5 6PROG= chio 7SRCS= chio.c 8 9.include <bsd.prog.mk> 10