]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/usr.sbin/fdcontrol/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / usr.sbin / fdcontrol / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../fdread
4
5 PROG=   fdcontrol
6 SRCS=   fdcontrol.c fdutil.c
7 WARNS?= 6
8 CFLAGS+= -I${.CURDIR}/../fdread
9 MAN=    fdcontrol.8
10
11 .if ${MACHINE} == "pc98"
12 CFLAGS+= -DPC98
13 .endif
14
15 .include <bsd.prog.mk>