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

13 lines
240 B
Makefile
Raw Normal View History

# $FreeBSD: src/usr.sbin/memcontrol/Makefile,v 1.2 1999/09/29 21:43:31 chris Exp $
2008-06-11 02:24:44 -07:00
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
PROG= memconfig
.else
NOPROG=yes
.endif
MAN= memconfig.8
MANSUBDIR= i386 amd64
.include <bsd.prog.mk>