mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
238 B
Makefile
12 lines
238 B
Makefile
PROG= fwcontrol
|
|
SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
|
|
MAN= fwcontrol.8
|
|
WARNS?= 3
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/firewire
|
|
|
|
SDIR= ${SRCTOP}/sys
|
|
CFLAGS+=-I${.CURDIR} -I${SDIR}
|
|
CWARNFLAGS+= ${NO_WZERO_LENGTH_BOUNDS}
|
|
|
|
.include <bsd.prog.mk>
|