mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdread
|
|
SRCS= fdread.c fdutil.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|