summaryrefslogtreecommitdiffstats
path: root/usr.sbin/memconfig
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2000-05-18 16:46:36 +0000
committerespie <espie@openbsd.org>2000-05-18 16:46:36 +0000
commit08aa07cf562da14f5c931839bea1fe9c00dde871 (patch)
treee87f14f5ed9dcd35823b1e9fa27cb3c789d677f4 /usr.sbin/memconfig
parentUpdate from perl-current--fixes the op/universal test. (diff)
downloadwireguard-openbsd-08aa07cf562da14f5c931839bea1fe9c00dde871.tar.xz
wireguard-openbsd-08aa07cf562da14f5c931839bea1fe9c00dde871.zip
Prepare to recurse down usr.sbin to grab manpages
Diffstat (limited to 'usr.sbin/memconfig')
-rw-r--r--usr.sbin/memconfig/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/memconfig/Makefile b/usr.sbin/memconfig/Makefile
index 0e5e775a6a3..86e679ce388 100644
--- a/usr.sbin/memconfig/Makefile
+++ b/usr.sbin/memconfig/Makefile
@@ -1,6 +1,12 @@
# $FreeBSD: src/usr.sbin/memcontrol/Makefile,v 1.2 1999/09/29 21:43:31 chris Exp $
+.if ${MACHINE} == "i386"
PROG= memconfig
+.else
+NOPROG=yes
+.endif
+
MAN= memconfig.8
+MANSUBDIR=i386
.include <bsd.prog.mk>