98ae496f7f
Submitted by: bde
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $Id: Makefile,v 1.4 1999/06/07 13:53:56 kris Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
PROG= chio
|
|
SRCS= chio.c
|
|
|
|
.include <bsd.prog.mk>
|