summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-08-21 05:58:01 +0000
committertholo <tholo@openbsd.org>1996-08-21 05:58:01 +0000
commitfb58343bac8f66eee45bb66749dbbef82705c049 (patch)
treedc15ec1467cfd0136c73576b67f3cbec9ff51cec
parentMove cfree(3) weak symbol into a seperate file (diff)
downloadwireguard-openbsd-fb58343bac8f66eee45bb66749dbbef82705c049.tar.xz
wireguard-openbsd-fb58343bac8f66eee45bb66749dbbef82705c049.zip
Don't override BINOWN and BINGRP
-rw-r--r--bin/chio/Makefile4
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>