mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
79e8bec67d
pointed out by deraadt
13 lines
240 B
Makefile
13 lines
240 B
Makefile
# $FreeBSD: src/usr.sbin/memcontrol/Makefile,v 1.2 1999/09/29 21:43:31 chris Exp $
|
|
|
|
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
|
|
PROG= memconfig
|
|
.else
|
|
NOPROG=yes
|
|
.endif
|
|
|
|
MAN= memconfig.8
|
|
MANSUBDIR= i386 amd64
|
|
|
|
.include <bsd.prog.mk>
|