diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-21 05:58:02 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-21 05:58:02 +0000 |
commit | 230d913e2a8d063539857a5afe4ea9d5b670042b (patch) | |
tree | 3943487fce670527e64d4a64fb19d3dfc6ab7ab0 /bin/chio | |
parent | fe97d8875970bd6d96c620a9b53d51d31c84b8b8 (diff) |
Don't override BINOWN and BINGRP
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index a24176b6448..e5f9291a734 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 1996/08/11 23:23:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1996/08/21 05:58:01 tholo Exp $ # $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $ PROG= chio SRCS= chio.c -BINOWN= root -BINGRP= operator BINMODE=555 .include <bsd.prog.mk> |