16 lines
288 B
Makefile
16 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ntp/util \
|
|
${.CURDIR}/../../../contrib/ntp/ntpd
|
|
|
|
PROG= ntp-genkeys
|
|
NOMAN= yes
|
|
SRCS= ntp-genkeys.c ntp_config.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
|
|
|
|
DPADD= ${LIBNTP}
|
|
LDADD= ${LIBNTP}
|
|
|
|
.include <bsd.prog.mk>
|