aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/memcontrol/Makefile
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-04-07 04:11:14 +0000
committerMike Smith <msmith@FreeBSD.org>1999-04-07 04:11:14 +0000
commit53f17f08ba7772e40ae259094d3122a163eb84fa (patch)
tree3abbd1ecf5151f68ffea1a18762b12ae018b0438 /usr.sbin/memcontrol/Makefile
parent459f481ed8fa3ca0a691800708b01d4889611e74 (diff)
downloadsrc-53f17f08ba7772e40ae259094d3122a163eb84fa.tar.gz
src-53f17f08ba7772e40ae259094d3122a163eb84fa.zip
Commandline tool for manipulating memory range attributes.
Notes
Notes: svn path=/cvs2svn/branches/MSMITH/; revision=45410
Diffstat (limited to 'usr.sbin/memcontrol/Makefile')
-rw-r--r--usr.sbin/memcontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/memcontrol/Makefile b/usr.sbin/memcontrol/Makefile
new file mode 100644
index 000000000000..3d8ffd7cbb66
--- /dev/null
+++ b/usr.sbin/memcontrol/Makefile
@@ -0,0 +1,4 @@
+PROG= memcontrol
+NOMAN= yes
+
+.include <bsd.prog.mk>