aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdcontrol/Makefile
blob: a11c6f1292e040695fa6fecee74e29082176fb87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH: ${.CURDIR:H}/fdread

PROG=	fdcontrol
SRCS=	fdcontrol.c fdutil.c
CFLAGS+= -I${.CURDIR:H}/fdread
MAN=	fdcontrol.8

.include <bsd.prog.mk>