diff options
author | chris <chris@FreeBSD.org> | 1999-09-29 21:43:31 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-09-29 21:43:31 +0000 |
commit | 4bac1949f4aa1d1df8808c0a96e2ca2b7208a238 (patch) | |
tree | cf92d02becb8515c0af6e26338b59bc1f759f292 /usr.sbin/memcontrol/Makefile | |
parent | 4a4463eee1bc0507d4b0ad2f369ed03874bc8ee2 (diff) | |
download | FreeBSD-src-4bac1949f4aa1d1df8808c0a96e2ca2b7208a238.zip FreeBSD-src-4bac1949f4aa1d1df8808c0a96e2ca2b7208a238.tar.gz |
Add and activate the man page for memcontrol(8).
Reviewed by: msmith
Diffstat (limited to 'usr.sbin/memcontrol/Makefile')
-rw-r--r-- | usr.sbin/memcontrol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/memcontrol/Makefile b/usr.sbin/memcontrol/Makefile index 3d8ffd7..046bb67 100644 --- a/usr.sbin/memcontrol/Makefile +++ b/usr.sbin/memcontrol/Makefile @@ -1,4 +1,6 @@ +# $FreeBSD$ + PROG= memcontrol -NOMAN= yes +MAN8= memcontrol.8 .include <bsd.prog.mk> |