aboutsummaryrefslogtreecommitdiff
path: root/libexec/pt_chown
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commite653b48c80fb85b2a10372d664a4b55dbdc51dae (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /libexec/pt_chown
parentd626a8a238996d787428b43e5398f512cfd0aa94 (diff)
Notes
Diffstat (limited to 'libexec/pt_chown')
-rw-r--r--libexec/pt_chown/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pt_chown/Makefile b/libexec/pt_chown/Makefile
index 1295040ecb37..d60118bc36bb 100644
--- a/libexec/pt_chown/Makefile
+++ b/libexec/pt_chown/Makefile
@@ -4,6 +4,6 @@ PROG= pt_chown
SRCS= pt_chown.c
BINOWN= root
BINMODE=4555
-NOMAN=
+NO_MAN=
.include <bsd.prog.mk>