aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdcontrol/Makefile
blob: 6d030759e6f32573565696fc32fdadc28384c9c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD: src/usr.sbin/fdcontrol/Makefile,v 1.12.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $

.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>