Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 14:16:38 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24624 for review
Message-ID:  <200302032216.h13MGcYR082736@repoman.freebsd.org>

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

Change 24624 by rwatson@rwatson_tislabs on 2003/02/03 14:16:04

	Since login in the MAC branch has been modified to use sebsd calls,
	make sure to install libsebsd.  In the future, we may want to
	remove libsebsd from the MAC branch and just keep it in the SEBSD
	branch, but until then, make it compiles.

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/Makefile#15 edit

Differences ...

==== //depot/projects/trustedbsd/mac/lib/Makefile#15 (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
 

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?200302032216.h13MGcYR082736>