Page MenuHomeFreeBSD

D50291.id155484.diff
No OneTemporary

D50291.id155484.diff

diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -67,6 +67,8 @@
elftoolchain_DESC= ElfToolchain programs and libraries
examples_COMMENT= Examples in /usr/share/examples
examples_DESC= Examples in /usr/share/examples
+fd_COMMENT= Floppy disk support
+fd_DESC= Floppy disk support
fetch_COMMENT= Fetch Utility
fetch_DESC= Fetch Utility
firmware-iwm_DESC= iwm(4) firmwares
diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile
--- a/usr.sbin/fdcontrol/Makefile
+++ b/usr.sbin/fdcontrol/Makefile
@@ -1,5 +1,6 @@
.PATH: ${.CURDIR:H}/fdread
+PACKAGE= fd
PROG= fdcontrol
SRCS= fdcontrol.c fdutil.c
CFLAGS+= -I${.CURDIR:H}/fdread
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -1,5 +1,6 @@
.PATH: ${.CURDIR:H}/fdread
+PACKAGE= fd
PROG= fdformat
MAN= fdformat.8
SRCS= fdformat.c fdutil.c
diff --git a/usr.sbin/fdread/Makefile b/usr.sbin/fdread/Makefile
--- a/usr.sbin/fdread/Makefile
+++ b/usr.sbin/fdread/Makefile
@@ -1,3 +1,4 @@
+PACKAGE= fd
PROG= fdread
SRCS= fdread.c fdutil.c
diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile
--- a/usr.sbin/fdwrite/Makefile
+++ b/usr.sbin/fdwrite/Makefile
@@ -6,6 +6,7 @@
# ----------------------------------------------------------------------------
#
+PACKAGE= fd
PROG= fdwrite
.include <bsd.prog.mk>

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 28, 3:09 PM (10 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26286719
Default Alt Text
D50291.id155484.diff (1 KB)

Event Timeline