[Midnightbsd-cvs] src: Makefile: Newe world order time
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 6 16:41:32 EST 2008
Log Message:
-----------
Newe world order time
Modified Files:
--------------
src/secure/usr.bin:
Makefile (r1.3 -> r1.4)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/secure/usr.bin/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L secure/usr.bin/Makefile -L secure/usr.bin/Makefile -u -r1.3 -r1.4
--- secure/usr.bin/Makefile
+++ secure/usr.bin/Makefile
@@ -1,10 +1,12 @@
# $MidnightBSD$
# $FreeBSD: src/secure/usr.bin/Makefile,v 1.24 2003/07/16 20:59:15 markm Exp $
+.include <bsd.own.mk>
+
SUBDIR=
-.if !defined(NO_OPENSSL)
+.if ${MK_OPENSSL} != "no"
SUBDIR+=bdes openssl
-.if !defined(NO_OPENSSH)
+.if ${MK_OPENSSH} != "no"
SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan ssh-vulnkey
.endif
.endif
More information about the Midnightbsd-cvs
mailing list