diff options
author | phk <phk@FreeBSD.org> | 1996-08-06 11:32:25 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-08-06 11:32:25 +0000 |
commit | 8e6b5828cf41d1bf14476b4ffe9035e6b0a189ae (patch) | |
tree | 9f0242104a4cbf717ab97258c1a23b6bba13b733 /usr.sbin/xntpd | |
parent | 1be57b96e3de224e4a5897f1c118eeaccff92e5f (diff) | |
download | FreeBSD-src-8e6b5828cf41d1bf14476b4ffe9035e6b0a189ae.zip FreeBSD-src-8e6b5828cf41d1bf14476b4ffe9035e6b0a189ae.tar.gz |
Make broadcast clients work.
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r-- | usr.sbin/xntpd/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc index 37c3645..0e093b9 100644 --- a/usr.sbin/xntpd/Makefile.inc +++ b/usr.sbin/xntpd/Makefile.inc @@ -1,4 +1,4 @@ -DEFS_LOCAL=-DREFCLOCK -DPARSE +DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD AUTHDEFS= -DMD5 CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \ |