regen
[dragonfly.git] / usr.sbin / ntpd / Makefile
1 # $DragonFly: src/usr.sbin/ntpd/Attic/Makefile,v 1.2 2005/02/28 21:34:48 joerg Exp $
2
3 CONTRIBDIR=     ${.CURDIR}/../../contrib/ntpd
4 PATCHES!=       echo ${.CURDIR}/patches/*.patch
5 .PATH: ${CONTRIBDIR}
6
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}
10
11 CFLAGS+=        -I${CONTRIBDIR} -g
12
13 WARNS?= 6
14 MAN=    ntpd.8 ntpd.conf.5
15
16 .include <bsd.prog.mk>