]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r154184,
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / Makefile.inc
1 # $FreeBSD$
2
3 DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H
4 NTPDEFS=   -DSYS_FREEBSD
5 # CLOCKDEFS=
6 #       -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
7 #       -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \
8 #       -DMX4200 -DNMEA -DBOEDER
9 CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${CLOCKDEFS}
10
11 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
12 CFLAGS+= -DOPENSSL
13 .endif
14
15 LIBPARSE=       ${.OBJDIR}/../libparse/libparse.a
16 LIBNTP= ${.OBJDIR}/../libntp/libntp.a
17
18 .include "../Makefile.inc"