freebsd-dev/bin/chio/Makefile

10 lines
170 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.2 1997/09/12 15:00:06 jkh Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
CFLAGS+=-I${.CURDIR}/../../sys
PROG= chio
SRCS= chio.c
.include <bsd.prog.mk>