2b375b4edd
I thank all developers and contributors for pc98. Relnotes: yes
11 lines
158 B
Makefile
11 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../fdread
|
|
|
|
PROG= fdcontrol
|
|
SRCS= fdcontrol.c fdutil.c
|
|
CFLAGS+= -I${.CURDIR}/../fdread
|
|
MAN= fdcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|