Date: Fri, 21 Nov 2003 20:34:57 -0000 From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 42906 for review Message-ID: <200311212034.hALKYtiu008595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42906 Change 42906 by rwatson@rwatson_powerbook on 2003/11/21 12:34:16 install and install-window-server-wrapper targets. Affected files ... .. //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/Makefile#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/Makefile#3 (text+ko) ==== @@ -6,5 +6,18 @@ wslogin.dylib: $(OBJS) gcc -dynamiclib -o $@ $(OBJS) ../../libsebsd/libsebsd.a ../../libmac/*.o +install: + install -m 644 -o root -g wheel wslogin.dylib /usr/lib + cd build ; tar -cf - wsloginui.app | (cd /System/Library/CoreServices \ + ; tar -xf -) + chown -R root:wheel /System/Library/CoreServices/wsloginui.app + +# +# Really be careful here! I wonder if we can make Make fail if it's already +# there...? +# +install-window-server-wrapper: + install -m 755 -o root -g wheel WindowServer /System/Library/Coreservices + clean: rm -f $(OBJS) wslogin.dylib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311212034.hALKYtiu008595>