opnsense-src/usr.sbin/fwcontrol/Makefile

14 lines
225 B
Makefile
Raw Normal View History

2002-12-30 05:13:16 -05:00
# $FreeBSD$
PROG= fwcontrol
SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
2002-12-30 05:13:16 -05:00
MAN= fwcontrol.8
WARNS= 3
2002-12-30 05:13:16 -05:00
2003-04-26 12:46:59 -04:00
.PATH: ${.CURDIR}/../../sys/dev/firewire
2003-04-29 23:39:25 -04:00
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}
2002-12-30 05:13:16 -05:00
.include <bsd.prog.mk>