PERFORCE change 30619 for review

Peter Wemm peter at FreeBSD.org
Mon May 5 13:22:35 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30619

Change 30619 by peter at peter_daintree on 2003/05/05 13:21:55

	rtld startup code isn't finished translation yet

Affected files ...

.. //depot/projects/hammer/libexec/Makefile#11 edit

Differences ...

==== //depot/projects/hammer/libexec/Makefile#11 (text+ko) ====

@@ -23,13 +23,16 @@
 	rpc.rwalld \
 	rpc.sprayd \
 	rshd \
-	rtld-elf \
 	save-entropy \
 	talkd \
 	tcpd \
 	tftpd \
 	ypxfr
 
+.if ${MACHINE_ARCH} != amd64
+SUBDIR+=rtld-elf
+.endif
+
 .if !defined(NO_BIND)
 SUBDIR+=named-xfer
 .endif


More information about the p4-projects mailing list