summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdcontrol/Makefile
blob: e2b54aa0670857f3507d0ae3a92d1386350e5178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

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

PROG=	fdcontrol
SRCS=	fdcontrol.c fdutil.c
WARNS?=	6
CFLAGS+= -I${.CURDIR}/../fdread
MAN=	fdcontrol.8

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud