summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/Makefile.inc
blob: 906b5c6fb18b23c80c387c1c850a74dd8643603a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.if !defined(BEEN_HERE)
BEEN_HERE=1

DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY
NTPDEFS=   -DSYS_FREEBSD -DSYS_44BSD
AUTHDEFS=  -DMD5
CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
	-DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \
	-DMX4200 -DNMEA -DBOEDER
CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS}
BINDIR?= /usr/sbin

.if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib)
AUTHDEFS+=	-DDES
.endif

.endif
OpenPOWER on IntegriCloud