diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 11:32:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 11:32:04 +0000 |
commit | 667a4b898dba9d39307423e234e2f0e6daf8bcc6 (patch) | |
tree | 21ff8d1bdd89d26cf4e0030c996787051312990a /usr.bin/file | |
parent | 6ed42e2e15d6c713d63f31748b8ec7d4e7b605bc (diff) |
MAGICOWN = root
Diffstat (limited to 'usr.bin/file')
-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 |