diff options
author | 1996-08-21 05:58:01 +0000 | |
---|---|---|
committer | 1996-08-21 05:58:01 +0000 | |
commit | fb58343bac8f66eee45bb66749dbbef82705c049 (patch) | |
tree | dc15ec1467cfd0136c73576b67f3cbec9ff51cec | |
parent | Move cfree(3) weak symbol into a seperate file (diff) | |
download | wireguard-openbsd-fb58343bac8f66eee45bb66749dbbef82705c049.tar.xz wireguard-openbsd-fb58343bac8f66eee45bb66749dbbef82705c049.zip |
Don't override BINOWN and BINGRP
-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> |