freebsd-dev/usr.sbin/fdread/Makefile
Joerg Wunsch 65217f13ff Break out the function to print the FDC error information into
fdutil.c so it can be used elsewhere.
2001-07-02 21:21:58 +00:00

8 lines
88 B
Makefile

# $FreeBSD$
PROG= fdread
SRCS= fdread.c fdutil.c
CFLAGS+=-Wall
.include <bsd.prog.mk>