diff options
author | ache <ache@FreeBSD.org> | 1994-09-30 03:43:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-30 03:43:28 +0000 |
commit | 185197ce25613e6548ac6584be439f8a20797ae4 (patch) | |
tree | c041f848abb326c96f9a6f08d323ae3a9be4a073 /usr.sbin/xntpd | |
parent | d21eaeac3b0cb7dbac9797dc3d36e72516881d44 (diff) | |
download | FreeBSD-src-185197ce25613e6548ac6584be439f8a20797ae4.zip FreeBSD-src-185197ce25613e6548ac6584be439f8a20797ae4.tar.gz |
Forget to define HAVE_GETBOOTFILE
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 c322560..cb58da1 100644 --- a/usr.sbin/xntpd/Makefile.inc +++ b/usr.sbin/xntpd/Makefile.inc @@ -1,5 +1,5 @@ DEFS_LOCAL=-DREFCLOCK -DPARSE -NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD +NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD -DHAVE_GETBOOTFILE AUTHDEFS= -DMD5 CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \ -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \ |