aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-05-22 15:53:38 +0000
committerPaul Traina <pst@FreeBSD.org>1996-05-22 15:53:38 +0000
commit3ad4f8a0b78222ffc53e0285e12f3e1e5f417e00 (patch)
treee7aae1a4c5499e9558d66f50a7ba74ef11063bf1 /gnu
parentee8d2caadcd1d4fb7dc6e51e366942dbe5b1a158 (diff)
downloadsrc-3ad4f8a0b78222ffc53e0285e12f3e1e5f417e00.tar.gz
src-3ad4f8a0b78222ffc53e0285e12f3e1e5f417e00.zip
Remove setuid bit, it's not necessary.
Notes
Notes: svn path=/head/; revision=15865
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile
index a84945b11b63..1807455e219d 100644
--- a/gnu/usr.bin/man/man/Makefile
+++ b/gnu/usr.bin/man/man/Makefile
@@ -1,7 +1,5 @@
PROG= man
SRCS= man.c manpath.c glob.c
-BINMODE=4555
-BINOWN= man
.if exists(${.CURDIR}/../lib/obj)
LDADD= -L${.CURDIR}/../lib/obj -lman