summaryrefslogtreecommitdiffstats
path: root/bin/chio/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-06-07 13:53:57 +0000
committerkris <kris@FreeBSD.org>1999-06-07 13:53:57 +0000
commitbb3080b84d578420d338dce2d7c475e540858ed9 (patch)
treec61156dad9b51b07110115ac6797e01eae11dfd6 /bin/chio/Makefile
parentf6c90a57fe5ea1a3a06e155145cdaa3ee547c9ae (diff)
downloadFreeBSD-src-bb3080b84d578420d338dce2d7c475e540858ed9.zip
FreeBSD-src-bb3080b84d578420d338dce2d7c475e540858ed9.tar.gz
Changes from OpenBSD:
* Better usage() - correct syntax, display available commands instead of examples * Accept command abbreviations * sprintf -> snprintf (for paranoia) * manpage capitalisation tweak Obtained from: OpenBSD
Diffstat (limited to 'bin/chio/Makefile')
-rw-r--r--bin/chio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 7f56f9e..f5d2d78 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.2 1997/09/12 15:00:06 jkh Exp $
+# $Id: Makefile,v 1.3 1998/09/15 07:48:51 gibbs Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-CFLAGS+=-I${.CURDIR}/../../sys
+CFLAGS+=-I${.CURDIR}/../../sys -W -Wall
PROG= chio
SRCS= chio.c
OpenPOWER on IntegriCloud