]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - tools/tools/vimage/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 NO_SHARED?=     YES
14
15 .include <bsd.prog.mk>