mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
169 B
Makefile
12 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../fdread
|
|
|
|
PROG= fdcontrol
|
|
SRCS= fdcontrol.c fdutil.c
|
|
MAN= fdcontrol.8
|
|
|
|
WARNS?= 2
|
|
CFLAGS+= -I${.CURDIR}/../fdread
|
|
|
|
.include <bsd.prog.mk>
|