diff options
Diffstat (limited to 'usr.sbin/xntpd/machines/aux2')
-rw-r--r-- | usr.sbin/xntpd/machines/aux2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/machines/aux2 b/usr.sbin/xntpd/machines/aux2 new file mode 100644 index 0000000..c31c80d --- /dev/null +++ b/usr.sbin/xntpd/machines/aux2 @@ -0,0 +1,9 @@ +RANLIB= true # ar does the work of ranlib under System V +DEFS_LOCAL= -DREFCLOCK +DEFS= -DSYS_AUX2 +AUTHDEFS= -DDES -DMD5 -DFASTMD5 +CLOCKDEFS= -DLOCAL_CLOCK +DAEMONLIBS= +RESLIB= +COMPAT= -lposix -lbsd -lmalloc -s +INSTALL=$(TOP)scripts/install.sh |