From 15e3b63b38c8539471d7144ca025e186c6f36386 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sun, 8 Jul 2007 17:20:51 -0600 Subject: [PATCH] deliver rdev on amd64 --- sys-utils/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 77b1725e..339568f3 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -26,6 +26,14 @@ RDEV_LINKS = ramsize vidmode rootflags endif endif +if BUILD_RDEV +if ARCH_86_64 +usrsbinexec_PROGRAMS += rdev +man_MANS += rdev.8 ramsize.8 rootflags.8 vidmode.8 +RDEV_LINKS = ramsize vidmode rootflags +endif +endif + SETARCH_LINKS = linux32 linux64 if ARCH_S390 -- 2.39.5