305a253acf
* Better usage() - correct syntax, display available commands instead of examples * Accept command abbreviations * sprintf -> snprintf (for paranoia) * manpage capitalisation tweak Obtained from: OpenBSD
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $Id: Makefile,v 1.3 1998/09/15 07:48:51 gibbs Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys -W -Wall
|
|
|
|
PROG= chio
|
|
SRCS= chio.c
|
|
|
|
.include <bsd.prog.mk>
|