opnsense-src/usr.sbin/fdwrite/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

12 lines
486 B
Makefile

# ----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42):
# <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
PACKAGE= fd
PROG= fdwrite
.include <bsd.prog.mk>