]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/vimage/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / vimage / Makefile
1 # $FreeBSD$
2
3 PROG=   vimage
4 LDADD=  -ljail
5 DPADD=  ${LIBJAIL}
6
7 WARNS?= 2
8 CFLAGS+= -I../../../sys
9
10 MAN=    vimage.8
11
12 BINDIR?=        /usr/sbin
13
14 .include <bsd.prog.mk>