Deleted Added
full compact
Makefile (132535) Makefile (136910)
1# $FreeBSD: head/usr.sbin/ntp/ntp-keygen/Makefile 132535 2004-07-22 09:10:52Z roberto $
1# $FreeBSD: head/usr.sbin/ntp/ntp-keygen/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/util \
4 ${.CURDIR}/../../../contrib/ntp/ntpd
5
6PROG= ntp-keygen
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/util \
4 ${.CURDIR}/../../../contrib/ntp/ntpd
5
6PROG= ntp-keygen
7NOMAN= yes
7NOMAN=
8SRCS= ntp-keygen.c
9
10CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
11
12DPADD= ${LIBNTP}
13LDADD= ${LIBNTP}
14
15.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
16DPADD+= ${LIBMD} ${LIBCRYPTO}
17LDADD+= -lmd -lcrypto
18.endif
19
20.include <bsd.prog.mk>
8SRCS= ntp-keygen.c
9
10CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
11
12DPADD= ${LIBNTP}
13LDADD= ${LIBNTP}
14
15.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
16DPADD+= ${LIBMD} ${LIBCRYPTO}
17LDADD+= -lmd -lcrypto
18.endif
19
20.include <bsd.prog.mk>