Source-Changes-HG archive

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

[src/trunk]: src/lib/libntp optionally include Makefile.frag



details:   https://anonhg.NetBSD.org/src/rev/5744e1deeec7
branches:  trunk
changeset: 474782:5744e1deeec7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jul 20 10:53:05 1999 +0000

description:
optionally include Makefile.frag

diffstat:

 lib/libntp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82f528297f7e -r 5744e1deeec7 lib/libntp/Makefile
--- a/lib/libntp/Makefile       Tue Jul 20 09:47:07 1999 +0000
+++ b/lib/libntp/Makefile       Tue Jul 20 10:53:05 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 1999/07/12 22:05:42 thorpej Exp $
+#      $NetBSD: Makefile,v 1.10 1999/07/20 10:53:05 mrg Exp $
 
 SRCTOP=        ../..
 .include <bsd.crypto.mk>
@@ -20,7 +20,7 @@
 CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}/../../usr.sbin/xntp/include
 
 .if defined(CRYPTOPATH)
-.include "${CRYPTOPATH}/lib/libntp/Makefile.frag"
+.sinclude "${CRYPTOPATH}/lib/libntp/Makefile.frag"
 .endif
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index