1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00
freebsd/usr.sbin/ntp/ntp-genkeys/Makefile
2003-04-04 17:49:21 +00:00

16 lines
294 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>