PERFORCE change 23771 for review

Brian Feldman green at freebsd.org
Wed Jan 15 22:19:28 GMT 2003


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

Change 23771 by green at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list