freebsd-src/usr.sbin/fdformat/Makefile
Lexi Winter e7bcd658eb packages: move floppy utilities into a new package
Very few people use floppy disks nowadays.  Move the fd utilities into a
new package.

Reviewed by:	imp, des
Approved by:	des (mentor)
Differential Revision:	https://reviews.freebsd.org/D50291
2025-05-15 01:02:52 +01:00

10 lines
153 B
Makefile

.PATH: ${.CURDIR:H}/fdread
PACKAGE= fd
PROG= fdformat
MAN= fdformat.8
SRCS= fdformat.c fdutil.c
CFLAGS+= -I${.CURDIR:H}/fdread
.include <bsd.prog.mk>