1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00
freebsd/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>