PERFORCE change 42906 for review
Robert Watson
rwatson at FreeBSD.org
Fri Nov 21 20:34:55 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=42906
Change 42906 by rwatson at 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
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