Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/libsaslc/etc/mech Include bsd.prog.mk to...



details:   https://anonhg.NetBSD.org/src/rev/0b0d5e727c82
branches:  trunk
changeset: 762356:0b0d5e727c82
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Feb 20 05:42:34 2011 +0000

description:
Include bsd.prog.mk to ensure that make includes actually works.

diffstat:

 crypto/external/bsd/libsaslc/etc/mech/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 109dbbafc520 -r 0b0d5e727c82 crypto/external/bsd/libsaslc/etc/mech/Makefile
--- a/crypto/external/bsd/libsaslc/etc/mech/Makefile    Sun Feb 20 05:17:47 2011 +0000
+++ b/crypto/external/bsd/libsaslc/etc/mech/Makefile    Sun Feb 20 05:42:34 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/20 05:17:47 christos Exp $
+# $NetBSD: Makefile,v 1.2 2011/02/20 05:42:34 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -16,4 +16,4 @@
 FILES+= LOGIN.conf
 FILES+= PLAIN.conf
 
-.include <bsd.files.mk>
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index