Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / ntp / ntptime / Makefile
1 # $FreeBSD: src/usr.sbin/ntp/ntptime/Makefile,v 1.2.2.1 2001/12/21 17:42:35 roberto Exp $
2 # $DragonFly: src/usr.sbin/ntp/ntptime/Attic/Makefile,v 1.2 2003/06/17 04:29:58 dillon Exp $
3
4 .PATH: ${.CURDIR}/../../../contrib/ntp/util
5
6 PROG=   ntptime
7 NOMAN=  yes
8 SRCS=   ntptime.c
9
10 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
11
12 DPADD=  ${LIBNTP}
13 LDADD=  ${LIBNTP}
14
15 .include <bsd.prog.mk>