[Midnightbsd-cvs] src: Makefile: Unbreak world (i hope)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 25 21:35:42 EDT 2008


Log Message:
-----------
Unbreak world (i hope)

Modified Files:
--------------
    src/secure/usr.bin/ssh:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/secure/usr.bin/ssh/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L secure/usr.bin/ssh/Makefile -L secure/usr.bin/ssh/Makefile -u -r1.4 -r1.5
--- secure/usr.bin/ssh/Makefile
+++ secure/usr.bin/ssh/Makefile
@@ -21,7 +21,7 @@
 LDADD+=	 -lgssapi -lkrb5 -lasn1 -lcom_err -lmd -lroken
 .endif
 
-if defined(X11BASE) || defined(LOCALBASE)
+.if defined(X11BASE) || defined(LOCALBASE)
 # Recommended /etc/make.conf setting is X11BASE=${LOCALBASE} for x.org
 # 7.x upgrade on <= 6.2, but LOCALBASE has moved out of scope of src/
 # so we need to provide the default for users with old make.conf


More information about the Midnightbsd-cvs mailing list