Pull up CVS idents from FreeBSD to match our current version.
[dragonfly.git] / usr.sbin / ntpd / Makefile
blob70fa4df1e856b442045c427bd8185f22332ad420
1 # $DragonFly: src/usr.sbin/ntpd/Attic/Makefile,v 1.2 2005/02/28 21:34:48 joerg Exp $
3 CONTRIBDIR= ${.CURDIR}/../../contrib/ntpd
4 PATCHES!= echo ${.CURDIR}/patches/*.patch
5 .PATH: ${CONTRIBDIR}
7 PROG= ntpd
8 SRCS= ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c parse.y config.c
9 SRCS+= server.c client.c util.c ${PATCHES}
11 CFLAGS+= -I${CONTRIBDIR} -g
13 WARNS?= 6
14 MAN= ntpd.8 ntpd.conf.5
16 .include <bsd.prog.mk>