diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-07-03 03:34:42 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-07-03 03:34:42 +0000 |
commit | 54186427e0e1a77689aed1524c4470172b069845 (patch) | |
tree | 5689ca600c69e19a2198950507df68a80fe6af8e | |
parent | 36ddbd4e6c9fc4df98e9f1ba28a270202c8558e0 (diff) | |
download | FreeBSD-src-54186427e0e1a77689aed1524c4470172b069845.zip FreeBSD-src-54186427e0e1a77689aed1524c4470172b069845.tar.gz |
Argh...this isn't ready for WARNS=2 on alpha.
-rw-r--r-- | bin/chio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 33bde4b..1720328 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -2,7 +2,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= chio -WARNS?= 2 SRCS= chio.c .include <bsd.prog.mk> |