summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-07-27 11:32:03 +0000
committerderaadt <deraadt@openbsd.org>1996-07-27 11:32:03 +0000
commitb0c31e56687a5f664bf2676a5414195e3f627773 (patch)
treeafbb125728cd9a089b2e37efbe5158b958cbd307
parentBOOT_CONFIG for all arch, not just i386 (diff)
downloadwireguard-openbsd-b0c31e56687a5f664bf2676a5414195e3f627773.tar.xz
wireguard-openbsd-b0c31e56687a5f664bf2676a5414195e3f627773.zip
MAGICOWN = root
-rw-r--r--usr.bin/file/Makefile4
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