]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/fdcontrol/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / fdcontrol / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../fdread
4
5 PROG=   fdcontrol
6 SRCS=   fdcontrol.c fdutil.c
7 CFLAGS+= -I${.CURDIR}/../fdread
8 MAN=    fdcontrol.8
9
10 .if ${MACHINE} == "pc98"
11 CFLAGS+= -DPC98
12 .endif
13
14 .include <bsd.prog.mk>