[Midnightbsd-cvs] src: Makefile: Switch to new world order.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 6 16:36:55 EST 2008


Log Message:
-----------
Switch to new world order.

Modified Files:
--------------
    src/secure/libexec:
        Makefile (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/secure/libexec/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L secure/libexec/Makefile -L secure/libexec/Makefile -u -r1.1.1.1 -r1.2
--- secure/libexec/Makefile
+++ secure/libexec/Makefile
@@ -1,10 +1,10 @@
-# $FreeBSD: src/secure/libexec/Makefile,v 1.15 2003/07/16 20:59:15 markm Exp $
+# $FreeBSD: src/secure/libexec/Makefile,v 1.16 2006/03/17 18:54:32 ru Exp $
+
+.include <bsd.own.mk>
 
 SUBDIR=
-.if !defined(NO_OPENSSL)
-.if !defined(NO_OPENSSH)
+.if ${MK_OPENSSH} != "no"
 SUBDIR+=sftp-server ssh-keysign
 .endif
-.endif
 
 .include <bsd.subdir.mk>


More information about the Midnightbsd-cvs mailing list