summaryrefslogtreecommitdiffstats
path: root/package/openntpd/openntpd.mk
blob: f63a9c6ec6f00a05ce2f7484b75f5adee923b484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################################################
#
# OpenNTPD
#
#############################################################

OPENNTPD_VERSION = 3.9p1
OPENNTPD_SITE = ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD
OPENNTPD_CONF_OPT = --with-builtin-arc4random --disable-strip

define OPENNTPD_UNINSTALL_TARGET_CMDS
	rm -f $(TARGET_DIR)/usr/sbin/ntpd
	rm -f $(TARGET_DIR)/etc/ntpd.conf
	rm -f $(TARGET_DIR)/usr/share/man/man?/ntpd*
endef

$(eval $(autotools-package))