History log of /freebsd-current/usr.sbin/ntp/libntpevent/Makefile
Revision Date Author Comments
# 2f9966ff 04-May-2024 Lexi Winter <lexi@le-Fay.ORG>

packages: add package for NTP

Reviewed by: imp, manu
Pull Request: https://github.com/freebsd/freebsd-src/pull/1193


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 0d3f465b 10-Feb-2020 Warner Losh <imp@FreeBSD.org>

Remove ifdefs for ia64 and sparc64.

Reivewed by: cy@, bcr@
Differential Revision: https://reviews.freebsd.org/D23593


# ab95087a 23-Jan-2020 Adrian Chadd <adrian@FreeBSD.org>

[ntp] Don't compile in the ssl routines into libevent if MK_OPENSSL is no

Most of ntpd still handles MK_OPENSSL ok, but the libevent import brought
in the SSL bufferevent routines without checking MK_OPENSSL.

This doesn't completely fix WITHOUT_CRYPTO=YES building, but hey, it's one
less broken thing.


# 539a27e1 09-Oct-2018 Ed Maste <emaste@FreeBSD.org>

Switch ntp's embedded libevent to 2.1.18

For OpenSSL 1.1.1 compatibility.

In Makefile.inc1 add (to the existing similar cases) a hack to handle
dependencies across the migration.

Reviewed by: jhb
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation.
Differential Revision: https://reviews.freebsd.org/D17481


# 9f9d314d 24-Sep-2018 Ed Maste <emaste@FreeBSD.org>

Switch ntp's embedded libevent to 2.1.18

For OpenSSL 1.1.1 compatibility.

Sponsored by: The FreeBSD Foundation.


# af6a5351 28-Feb-2017 Enji Cooper <ngie@FreeBSD.org>

Simplify/improve idioms in usr.sbin/ntp Makefiles

- Use SRCTOP-relative paths to other directories instead of
.CURDIR-relative ones. This simplifies pathing in make/displayed output.
- Also, use :H where possible/sensical to manipulate .CURDIR-relative
paths
- Remove superfluous bsd.own.mk .includes which are already handled via
src.opts.mk .includes

MFC after: 1 week
Sponsored by: Dell EMC Isilon