PERFORCE change 32358 for review
Peter Wemm
peter at FreeBSD.org
Sun Jun 1 22:53:00 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=32358
Change 32358 by peter at peter_hammer on 2003/06/01 22:52:46
now that libc_r works again, turn it and its one consumer back on.
Affected files ...
.. //depot/projects/hammer/lib/Makefile#17 edit
.. //depot/projects/hammer/usr.sbin/Makefile#18 edit
Differences ...
==== //depot/projects/hammer/lib/Makefile#17 (text+ko) ====
@@ -40,11 +40,9 @@
_csu=csu
.endif
-.if ${MACHINE_ARCH} != "amd64"
.if !defined(NOLIBC_R)
_libc_r= libc_r
.endif
-.endif
.if !defined(NO_BIND)
_libbind= libbind
==== //depot/projects/hammer/usr.sbin/Makefile#18 (text+ko) ====
@@ -141,7 +141,7 @@
iptest
.endif
-.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "amd64"
+.if !defined(NOLIBC_R)
SUBDIR+=pppctl
.endif
More information about the p4-projects
mailing list