From: LaMont Jones Date: Sun, 8 Jul 2007 23:20:51 +0000 (-0600) Subject: deliver rdev on amd64 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e3b63b38c8539471d7144ca025e186c6f36386;p=util-linux deliver rdev on amd64 --- 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