From aa450e4023eaefd6137a15b1b239cffcf723d028 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Tue, 17 Jul 2007 17:48:10 -0600 Subject: [PATCH] rdev: should be delivered on amd64 as well as i386. Signed-off-by: LaMont Jones Signed-off-by: Karel Zak --- sys-utils/Makefile.am | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 7920a33e8..6fc60aadd 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -23,14 +23,25 @@ bin_PROGRAMS += arch man_MANS += arch.1 endif + if BUILD_RDEV +rdev_common_mans = rdev.8 ramsize.8 rootflags.8 vidmode.8 +rdev_common_links = ramsize vidmode rootflags + if ARCH_I86 usrsbinexec_PROGRAMS += rdev -man_MANS += rdev.8 ramsize.8 rootflags.8 vidmode.8 -RDEV_LINKS = ramsize vidmode rootflags +man_MANS += $(rdev_common_mans) +RDEV_LINKS = $(rdev_common_links) endif +if ARCH_86_64 +usrsbinexec_PROGRAMS += rdev +man_MANS += $(rdev_common_mans) +RDEV_LINKS = $(rdev_common_links) endif +endif + + SETARCH_LINKS = linux32 linux64 if ARCH_S390