]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/ntp/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / ntp / Makefile.inc
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H
6 NTPDEFS=   -DSYS_FREEBSD
7 # CLOCKDEFS=
8 #       -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
9 #       -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \
10 #       -DMX4200 -DNMEA -DBOEDER
11 CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${CLOCKDEFS}
12
13 .if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH)
14 CFLAGS+= -DOPENSSL
15 .endif
16
17 LIBOPTS=        ${.OBJDIR}/../libopts/libopts.a
18 LIBPARSE=       ${.OBJDIR}/../libparse/libparse.a
19 LIBNTP= ${.OBJDIR}/../libntp/libntp.a
20
21 WARNS?= 0
22
23 .include "../Makefile.inc"