APP_DIR=chronyd

override LDFLAGS += $(LDLIBS)
export
all:
	cd $(APP_DIR) && ./configure \
		--host-system=FreeBSD \
		--host-release=12.0.0 \
		--host-machine=x86_64 \
		--disable-refclock \
		--disable-privdrop \
		--disable-readline \
		--disable-ipv6 \
		--disable-rtc \
		--enable-debug
	$(MAKE) -C $(APP_DIR) -f Makefile chronyd
