summaryrefslogtreecommitdiff
path: root/bin/chio/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-25 20:37:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-25 20:37:21 +0000
commit34da262f5c49f021de50ab1b309ba89c7c7bb088 (patch)
treede0c612b444bc6d1fbb4c51395b9102bfeeaf75a /bin/chio/Makefile
parent9860eaee00c170d73d0a32be2f03c50592137a49 (diff)
BINOWN and BINMODE is not needed here
Diffstat (limited to 'bin/chio/Makefile')
-rw-r--r--bin/chio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 2bd2a2d5414..9944d3e3111 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.7 1997/09/21 11:34:41 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2005/11/25 20:37:19 deraadt Exp $
PROG= chio
SRCS= chio.c
-BINMODE=555
.include <bsd.prog.mk>