aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/fdcontrol/Makefile
blob: 5f1426b18ba1dd6eeffb46fc78db558d02ecf137 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                           
 
                 
                            
                               
                   
 



                        
                      
# $FreeBSD$

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

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

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

.include <bsd.prog.mk>