mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04: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
9 lines
155 B
Makefile
9 lines
155 B
Makefile
.PATH: ${.CURDIR:H}/fdread
|
|
|
|
PACKAGE= fd
|
|
PROG= fdcontrol
|
|
SRCS= fdcontrol.c fdutil.c
|
|
CFLAGS+= -I${.CURDIR:H}/fdread
|
|
MAN= fdcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|