PERFORCE change 87951 for review
Todd Miller
millert at FreeBSD.org
Fri Dec 9 15:57:38 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=87951
Change 87951 by millert at millert_ibook on 2005/12/09 15:56:54
Build OpenSSH
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/Makefile#6 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/Makefile#6 (text+ko) ====
@@ -21,6 +21,7 @@
cd bsm/bsm/lib && gnumake
cd pam_modules/pam_lctx && gnumake
cd system_cmds/mach_init.tproj && gnumake
+ cd OpenSSH && gnumake
install:
cd xnu && make install
@@ -41,6 +42,7 @@
cd bsm/bsm/lib && gnumake install
cd pam_modules/pam_lctx && gnumake DSTROOT=$(DESTDIR) install
cd system_cmds/mach_init.tproj && gnumake install
+ cd OpenSSH && gnumake install
clean:
rm -rf xnu/BUILD
@@ -61,4 +63,5 @@
cd bsm/bsm/lib && gnumake clean
cd pam_modules/pam_lctx && gnumake clean
cd system_cmds/mach_init.tproj && gnumake clean
+ cd OpenSSH && gnumake clean
rm -rf build/obj
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