Deleted Added
full compact
Makefile (136910) Makefile (139103)
1# $FreeBSD: head/usr.sbin/ntp/ntptime/Makefile 136910 2004-10-24 15:33:08Z ru $
1# $FreeBSD: head/usr.sbin/ntp/ntptime/Makefile 139103 2004-12-21 08:47:35Z ru $
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/util
4
5PROG= ntptime
2
3.PATH: ${.CURDIR}/../../../contrib/ntp/util
4
5PROG= ntptime
6NOMAN=
6NO_MAN=
7SRCS= ntptime.c
8
9CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
10
11DPADD= ${LIBNTP}
12LDADD= ${LIBNTP}
13
14.include <bsd.prog.mk>
7SRCS= ntptime.c
8
9CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
10
11DPADD= ${LIBNTP}
12LDADD= ${LIBNTP}
13
14.include <bsd.prog.mk>