Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ntp/libntp ntpd doesn't need to deal with CRYPTOPATH.
details: https://anonhg.NetBSD.org/src/rev/90006156ad41
branches: trunk
changeset: 486012:90006156ad41
user: simonb <simonb%NetBSD.org@localhost>
date: Thu May 11 01:09:27 2000 +0000
description:
ntpd doesn't need to deal with CRYPTOPATH.
diffstat:
usr.sbin/ntp/libntp/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (18 lines):
diff -r ab59a9a79949 -r 90006156ad41 usr.sbin/ntp/libntp/Makefile
--- a/usr.sbin/ntp/libntp/Makefile Thu May 11 00:56:48 2000 +0000
+++ b/usr.sbin/ntp/libntp/Makefile Thu May 11 01:09:27 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/03/29 13:13:43 simonb Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/11 01:09:27 simonb Exp $
LIB= ntp
SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \
@@ -20,8 +20,4 @@
MKPIC= no
MKLINT= no # XXX
-.if defined(CRYPTOPATH)
-.sinclude "${CRYPTOPATH}/lib/libntp/Makefile.frag"
-.endif
-
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index