mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
10 lines
156 B
Makefile
10 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/fdread
|
|
|
|
PROG= fdcontrol
|
|
SRCS= fdcontrol.c fdutil.c
|
|
CFLAGS+= -I${.CURDIR:H}/fdread
|
|
MAN= fdcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|