]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/tools/vimage/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>