]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fwcontrol/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.sbin / fwcontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   fwcontrol
4 SRCS=   fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
5 MAN=    fwcontrol.8
6 WARNS?= 3
7
8 .PATH:  ${SRCTOP}/sys/dev/firewire
9
10 SDIR= ${SRCTOP}/sys
11 CFLAGS+=-I${.CURDIR} -I${SDIR}
12
13 .include <bsd.prog.mk>