]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/kernbb/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.sbin / kernbb / Makefile
1 # $FreeBSD$
2
3 PROG=   kernbb
4 MAN=    kernbb.8
5
6 DPADD=  ${LIBKVM}
7 LDADD=  -lkvm
8
9 CFLAGS+= -I${.CURDIR}/../../contrib/gcc
10
11 WARNS?= 3
12 .include <bsd.prog.mk>
13