1 1.4 skrll # $NetBSD: Makefile,v 1.4 2025/01/13 07:53:47 skrll Exp $ 2 1.1 kardel 3 1.1 kardel .include <bsd.own.mk> 4 1.1 kardel 5 1.1 kardel PROG= ntpdate 6 1.2 kardel MAN= ntpdate.8 7 1.1 kardel BINDIR= /usr/sbin 8 1.1 kardel 9 1.1 kardel SRCS= ntpdate.c 10 1.1 kardel 11 1.4 skrll LDADD+= -L${LIBNTP} -lntp -L${LIBISC} -liscntp -lm 12 1.1 kardel DPADD+= ${LIBNTP}/libntp.a ${LIBISC}/libiscntp.a ${LIBM} 13 1.1 kardel 14 1.1 kardel .include "${.CURDIR}/../Makefile.inc" 15 1.1 kardel 16 1.1 kardel DIST=${IDIST}/ntpdate 17 1.1 kardel 18 1.3 kardel CPPFLAGS+=-I${IDIST}/include -I${IDIST}/sntp/libopts 19 1.1 kardel 20 1.1 kardel .PATH: ${DIST} 21 1.1 kardel 22 1.1 kardel .include <bsd.prog.mk> 23