diff options
author | pst <pst@FreeBSD.org> | 1996-05-22 15:53:38 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-05-22 15:53:38 +0000 |
commit | 3c5660b06a11bcb2033a9b82f96ed3f6968bfc06 (patch) | |
tree | e7aae1a4c5499e9558d66f50a7ba74ef11063bf1 /gnu | |
parent | de752c81dc538540959c4a93e01c43d52c8431df (diff) | |
download | FreeBSD-src-3c5660b06a11bcb2033a9b82f96ed3f6968bfc06.zip FreeBSD-src-3c5660b06a11bcb2033a9b82f96ed3f6968bfc06.tar.gz |
Remove setuid bit, it's not necessary.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/man/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index a84945b..1807455 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 |