1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

correctly enumerate MANSUBDIR

pointed out by deraadt
This commit is contained in:
phessler 2008-06-11 09:27:58 +00:00
parent 51e95cc80a
commit 79e8bec67d

View File

@ -7,6 +7,6 @@ NOPROG=yes
.endif
MAN= memconfig.8
MANSUBDIR=${MACHINE}
MANSUBDIR= i386 amd64
.include <bsd.prog.mk>