These two patches makes it easier to compile custom versions of
NTP on FreeBSD: The first one allows one to avoid installing the html files. The second one allows one to override the CLOCKDEFS on the make command line. Submitted by: phk
This commit is contained in:
parent
4fec79bef8
commit
ef7b1083bb
@ -3,7 +3,11 @@
|
||||
|
||||
MAINTAINER= roberto
|
||||
|
||||
SUBDIR= doc libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
||||
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
||||
ntptimeset ntptime ntp-genkeys
|
||||
|
||||
.if !defined(NOMAN)
|
||||
SUBDIR+= doc
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -4,7 +4,7 @@ MAINTAINER= roberto
|
||||
|
||||
DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H
|
||||
NTPDEFS= -DSYS_FREEBSD
|
||||
CLOCKDEFS=
|
||||
# CLOCKDEFS=
|
||||
# -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
|
||||
# -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \
|
||||
# -DMX4200 -DNMEA -DBOEDER
|
||||
|
Loading…
Reference in New Issue
Block a user