aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/lib
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-03-23 19:13:04 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-03-23 19:13:04 +0000
commitdb041b142bb3eefe6a00a9b1f50bb3bba8717a03 (patch)
tree13d708817b68620b35f76d947b04de44839f1f68 /usr.sbin/xntpd/lib
parentc16b583c3c7b1241c4cc14e6a0437a5c317561e2 (diff)
Notes
Diffstat (limited to 'usr.sbin/xntpd/lib')
-rw-r--r--usr.sbin/xntpd/lib/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile
index a58c52f35c32..32c6a4a964cc 100644
--- a/usr.sbin/xntpd/lib/Makefile
+++ b/usr.sbin/xntpd/lib/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1993/12/22 11:32:23 rgrimes Exp $
+# $Id: Makefile,v 1.5 1994/04/03 20:37:05 wollman Exp $
#
CFLAGS+= -I${.CURDIR}/../include
@@ -22,9 +22,14 @@ NOPROFILE=
LIB= ntp
CLEANFILES+=authdes.c
-install:
-
+.if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib)
+.PATH: ${.CURDIR}/../../../secure/usr.sbin/xntpd/lib
+.else
authdes.c: authdes.c.export
cp ${.CURDIR}/authdes.c.export authdes.c
+.endif
+
+# don't install this anywhere
+install:
.include <bsd.lib.mk>