diff options
author | 1996-07-27 11:32:03 +0000 | |
---|---|---|
committer | 1996-07-27 11:32:03 +0000 | |
commit | b0c31e56687a5f664bf2676a5414195e3f627773 (patch) | |
tree | afbb125728cd9a089b2e37efbe5158b958cbd307 | |
parent | BOOT_CONFIG for all arch, not just i386 (diff) | |
download | wireguard-openbsd-b0c31e56687a5f664bf2676a5414195e3f627773.tar.xz wireguard-openbsd-b0c31e56687a5f664bf2676a5414195e3f627773.zip |
MAGICOWN = root
-rw-r--r-- | usr.bin/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index b93988dded4..6c603fa08bf 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/26 05:32:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/07/27 11:32:03 deraadt Exp $ MAGIC= /etc/magic -MAGICOWN= bin +MAGICOWN= root MAGICGRP= bin MAGICMODE= 444 |