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