mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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
10 lines
153 B
Makefile
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>
|