Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 14:19:28 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23771 for review
Message-ID:  <200301152219.h0FMJS9l052526@repoman.freebsd.org>

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

Change 23771 by green@green_laptop_2 on 2003/01/15 14:18:55

	Make libsebsd work with the world build.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/lib/Makefile#2 edit
.. //depot/projects/trustedbsd/sebsd/share/mk/bsd.libnames.mk#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/lib/Makefile#2 (text+ko) ====

@@ -28,7 +28,7 @@
 	libedit libexpat libfetch libform libftpio ${_libio} libipsec \
 	libipx libisc libmenu ${_libmilter} ${_libmp} ${_libncp} \
 	libnetgraph libopie libpam libpanel libpcap \
-	${_libsm} ${_libsmb} ${_libsmdb} ${_libsmutil} \
+	libsebsd ${_libsm} ${_libsmb} ${_libsmdb} ${_libsmutil} \
 	libstand ${_libtelnet} libufs libugidfw libusbhid ${_libvgl} \
 	libwrap libxpg4 liby libz
 

==== //depot/projects/trustedbsd/sebsd/share/mk/bsd.libnames.mk#2 (text+ko) ====

@@ -103,6 +103,7 @@
 LIBROKEN?=	${DESTDIR}${LIBDIR}/libroken.a	# XXX in secure dist, not base
 LIBRPCSVC?=	${DESTDIR}${LIBDIR}/librpcsvc.a
 LIBSBUF?=	${DESTDIR}${LIBDIR}/libsbuf.a
+LIBSEBSD?=	${DESTDIR}${LIBDIR}/libsebsd.a
 LIBSMB?=	${DESTDIR}${LIBDIR}/libsmb.a
 LIBSSH?=	${DESTDIR}${LIBDIR}/libssh.a	# XXX in secure dist, not base
 LIBSSL?=	${DESTDIR}${LIBDIR}/libssl.a	# XXX in secure dist, not base

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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