]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mdconfig/Makefile
acpi: Ensure that adjacent memory affinity table entries are coalesced
[FreeBSD/FreeBSD.git] / sbin / mdconfig / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=runtime
6 PROG=           mdconfig
7 MAN=            mdconfig.8
8
9 LIBADD=         util geom
10
11 HAS_TESTS=
12 SUBDIR.${MK_TESTS}+= tests
13
14 .include <bsd.prog.mk>