rdev: should be delivered on amd64 as well as i386.

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
LaMont Jones 2007-07-17 17:48:10 -06:00 committed by Karel Zak
parent 503e4f0c5b
commit aa450e4023
1 changed files with 13 additions and 2 deletions

View File

@ -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