Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 14:39:42 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31943 for review
Message-ID:  <200305272139.h4RLdgG5051617@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31943

Change 31943 by peter@peter_hammer on 2003/05/27 14:39:34

	turn libstand back on.

Affected files ...

.. //depot/projects/hammer/lib/Makefile#14 edit

Differences ...

==== //depot/projects/hammer/lib/Makefile#14 (text+ko) ====

@@ -29,7 +29,7 @@
 	libipx libisc libmenu ${_libmilter} ${_libmp} ${_libncp} \
 	libnetgraph libopie libpam libpanel libpcap ${_libpthread} \
 	${_libsm} ${_libsmb} ${_libsmdb} ${_libsmutil} \
-	${_libstand} ${_libtelnet} libufs libugidfw libusbhid ${_libvgl} \
+	libstand ${_libtelnet} libufs libugidfw libusbhid ${_libvgl} \
 	libwrap libxpg4 liby libz
 
 .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
@@ -41,7 +41,6 @@
 .endif
 
 .if ${MACHINE_ARCH} != "amd64"
-_libstand=	libstand
 .if !defined(NOLIBC_R)
 _libc_r=	libc_r
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305272139.h4RLdgG5051617>