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

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

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

.include <bsd.prog.mk>