summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/xntpres/Makefile
blob: ecead3cc8145ab40c4b35e47fe3af0b1380f32cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# $Id: Makefile,v 1.1 1993/12/21 19:50:40 wollman Exp $
#

CFLAGS+= -I${.CURDIR}/../include
LDADD+= -L${.CURDIR}/../lib -lntp
DPADD+= -L${.CURDIR}/../lib/libntp.a

PROG= xntpres
NOMAN=
CLEANFILES+= version.c

SRCS= xntpres.c version.c

beforedepend: version.c

version.c: ${.CURDIR}/../VERSION
	${.CURDIR}/../scripts/mkversion xntpres

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud